adding the SNAPSHOT in pom
[oam/tr069-adapter.git] / netconf-server / jar-with-dependencies.xml
1 <!--\r
2 /*\r
3  * ============LICENSE_START========================================================================\r
4  * ONAP : tr-069-adapter\r
5  * =================================================================================================\r
6  * Copyright (C) 2020 CommScope Inc Intellectual Property.\r
7  * =================================================================================================\r
8  * This tr-069-adapter software file is distributed by CommScope Inc\r
9  * under the Apache License, Version 2.0 (the "License");\r
10  * you may not use this file except in compliance with the License.\r
11  * You may obtain a copy of the License at\r
12  *\r
13  * http://www.apache.org/licenses/LICENSE-2.0\r
14  *\r
15  * This file is distributed on an "AS IS" BASIS,\r
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
17  * See the License for the specific language governing permissions and\r
18  * limitations under the License.\r
19  * ===============LICENSE_END=======================================================================\r
20 */\r
21 -->\r
22 \r
23 <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"\r
24   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
25   xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">\r
26   <!-- TODO: a jarjar format would be better -->\r
27   <id>jar-with-dependencies</id>\r
28   <formats>\r
29     <format>jar</format>\r
30   </formats>\r
31   <includeBaseDirectory>false</includeBaseDirectory>\r
32   <dependencySets>\r
33     <dependencySet>\r
34       <outputDirectory>target</outputDirectory>\r
35       <useProjectArtifact>true</useProjectArtifact>\r
36       <unpack>true</unpack>\r
37       <scope>runtime</scope>\r
38     </dependencySet>\r
39   </dependencySets>\r
40 </assembly>\r