Update all pom files in aaf/inno
[aaf/inno.git] / rosetta / pom.xml
1 <!--\r
2   ============LICENSE_START====================================================\r
3   * org.onap.aaf\r
4   * ===========================================================================\r
5   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
6   * ===========================================================================\r
7   * Licensed under the Apache License, Version 2.0 (the "License");\r
8   * you may not use this file except in compliance with the License.\r
9   * You may obtain a copy of the License at\r
10   * \r
11    *      http://www.apache.org/licenses/LICENSE-2.0\r
12   * \r
13    * Unless required by applicable law or agreed to in writing, software\r
14   * distributed under the License is distributed on an "AS IS" BASIS,\r
15   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16   * See the License for the specific language governing permissions and\r
17   * limitations under the License.\r
18   * ============LICENSE_END====================================================\r
19   *\r
20   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
21   *\r
22 -->\r
23 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
24         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
25 <parent>\r
26                 <groupId>com.att.inno</groupId>\r
27                 <artifactId>parent</artifactId>\r
28                 <version>1.0.0-SNAPSHOT</version>\r
29                 <relativePath>..</relativePath>\r
30         </parent>\r
31         \r
32         <name>Rosetta</name>\r
33         <artifactId>rosetta</artifactId>\r
34         <packaging>jar</packaging>\r
35         <modelVersion>4.0.0</modelVersion>\r
36         <url>https://github.com/att/AAF</url>\r
37         <description>INNO</description>\r
38         <licenses>\r
39                 <license>\r
40                 <name>BSD License</name>\r
41                 <url> </url>\r
42                 </license>\r
43         </licenses>\r
44 \r
45         <developers>\r
46                 <developer>\r
47                 <name>Jonathan Gathman</name>\r
48                 <email></email>\r
49         <organization>ATT</organization>\r
50         <organizationUrl></organizationUrl>\r
51                 </developer>\r
52         </developers>\r
53 <properties>\r
54                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
55                 <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>\r
56                 <nexusproxy>https://nexus.onap.org</nexusproxy>\r
57                 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
58                 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
59                 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
60                 <sitePath>/content/sites/site/org/onap/aaf/inno/${project.version}</sitePath>\r
61         </properties>\r
62         <dependencies>\r
63                 <dependency>\r
64                         <groupId>com.att.inno</groupId>\r
65                         <artifactId>env</artifactId>\r
66                         <version>${project.version}</version>\r
67                 </dependency>\r
68                 \r
69                 <!-- dependency>\r
70                         <groupId>com.att.cadi</groupId>\r
71                         <artifactId>cadi-core</artifactId>\r
72                         <scope>compile</scope>\r
73                 </dependency>\r
74                 <dependency>\r
75                         <groupId>com.att.aft</groupId>\r
76                         <artifactId>dme2</artifactId>\r
77                         <scope>provided</scope>\r
78                 </dependency-->\r
79                 \r
80         </dependencies>\r
81 \r
82         \r
83         \r
84         <build>\r
85                 <plugins>\r
86                         <plugin>\r
87                                 <groupId>org.codehaus.mojo</groupId>\r
88                                 <artifactId>jaxb2-maven-plugin</artifactId>\r
89                                 <version>1.3</version>\r
90                                 <executions>\r
91                                         <execution>\r
92                                                 <goals>\r
93                                                         <goal>xjc</goal>\r
94                                                 </goals>\r
95                                         </execution>\r
96                                 </executions>\r
97                                 <configuration>\r
98                                         <schemaDirectory>src/main/xsd</schemaDirectory>\r
99                                 </configuration>\r
100                         </plugin>\r
101 \r
102                         <plugin>\r
103                                 <groupId>org.apache.maven.plugins</groupId>\r
104                                 <artifactId>maven-jar-plugin</artifactId>\r
105                                 <configuration>\r
106                                         <outputDirectory>target</outputDirectory>\r
107                                         <includes>\r
108                                                 <include>**/com/att/rosetta/**</include>\r
109                                         </includes>\r
110                                 </configuration>\r
111                         </plugin>\r
112                 <!--    <plugin>\r
113                                 <groupId>org.apache.maven.plugins</groupId>\r
114                                 <artifactId>maven-source-plugin</artifactId>\r
115                                 <version>2.4</version>\r
116                                 <configuration>\r
117                                         <outputDirectory>target</outputDirectory>\r
118                                         <skipSource>false</skipSource>\r
119                                         <attach>false</attach>\r
120                                         <forceCreation>true</forceCreation>\r
121                                         <useDefaultManifestFile>true</useDefaultManifestFile>\r
122                                 </configuration>\r
123                         </plugin>  -->\r
124 \r
125                         <!-- plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> \r
126                                 <archive> <manifest> <mainClass>com.att.rest.Main</mainClass> </manifest> \r
127                                 </archive> <descriptorRefs> <discriptorRef>jar-with-dependencies</discriptorRef> \r
128                                 <filters> </filters> </descriptorRefs> </configuration> </plugin -->\r
129                         <plugin>\r
130                                 <groupId>org.apache.maven.plugins</groupId>\r
131                                 <artifactId>maven-deploy-plugin</artifactId>\r
132                                 <version>2.6</version>\r
133                                 <configuration>\r
134                                         <skip>false</skip>\r
135                                 </configuration>\r
136                         </plugin>\r
137                         \r
138                         <plugin>\r
139                         <groupId>org.apache.maven.plugins</groupId>\r
140                         <artifactId>maven-javadoc-plugin</artifactId>\r
141                                         <version>3.0.0-M1</version>\r
142                         <configuration>\r
143                         <failOnError>false</failOnError>\r
144                         </configuration>\r
145                         <executions>\r
146                                 <execution>\r
147                                         <id>attach-javadocs</id>\r
148                                         <goals>\r
149                                                 <goal>jar</goal>\r
150                                         </goals>\r
151                                 </execution>\r
152                         </executions>\r
153                 </plugin> \r
154            \r
155            \r
156                <plugin>\r
157                       <groupId>org.apache.maven.plugins</groupId>\r
158                       <artifactId>maven-source-plugin</artifactId>\r
159                       <version>2.2.1</version>\r
160                       <executions>\r
161                         <execution>\r
162                           <id>attach-sources</id>\r
163                           <goals>\r
164                             <goal>jar-no-fork</goal>\r
165                           </goals>\r
166                         </execution>\r
167                       </executions>\r
168                     </plugin>\r
169 \r
170                         \r
171                 \r
172                         \r
173                         <!--This plugin's configuration is used to store Eclipse m2e settings \r
174                                 only. It has no influence on the Maven build itself. -->\r
175                         <plugin>\r
176                                 <groupId>org.eclipse.m2e</groupId>\r
177                                 <artifactId>lifecycle-mapping</artifactId>\r
178                                 <version>1.0.0</version>\r
179                                 <configuration>\r
180                                         <lifecycleMappingMetadata>\r
181                                                 <pluginExecutions>\r
182                                                         <pluginExecution>\r
183                                                                 <pluginExecutionFilter>\r
184                                                                         <groupId>\r
185                                                                                 org.codehaus.mojo\r
186                                                                         </groupId>\r
187                                                                         <artifactId>\r
188                                                                                 jaxb2-maven-plugin\r
189                                                                         </artifactId>\r
190                                                                         <versionRange>\r
191                                                                                 [1.3,)\r
192                                                                         </versionRange>\r
193                                                                         <goals>\r
194                                                                                 <goal>xjc</goal>\r
195                                                                         </goals>\r
196                                                                 </pluginExecutionFilter>\r
197                                                                 <action>\r
198                                                                         <ignore></ignore>\r
199                                                                 </action>\r
200                                                         </pluginExecution>\r
201                                                 </pluginExecutions>\r
202                                         </lifecycleMappingMetadata>\r
203                                 </configuration>\r
204                         </plugin>\r
205                         \r
206          <plugin>\r
207                                 <groupId>org.sonatype.plugins</groupId>\r
208                                 <artifactId>nexus-staging-maven-plugin</artifactId>\r
209                                 <version>1.6.7</version>\r
210                                 <extensions>true</extensions>\r
211                                 <configuration>\r
212                                         <nexusUrl>${nexusproxy}</nexusUrl>\r
213                                         <serverId>ecomp-staging</serverId>\r
214                                 </configuration>\r
215                         </plugin>\r
216                 </plugins>\r
217 </build>\r
218 <distributionManagement>\r
219                 <repository>\r
220                         <id>ecomp-releases</id>\r
221                         <name>AAF Release Repository</name>\r
222                         <url>${nexusproxy}/${releaseNexusPath}</url>\r
223                 </repository>\r
224                 <snapshotRepository>\r
225                         <id>ecomp-snapshots</id>\r
226                         <name>AAF Snapshot Repository</name>\r
227                         <url>${nexusproxy}/${snapshotNexusPath}</url>\r
228                 </snapshotRepository>\r
229         </distributionManagement>\r
230         <pluginRepositories>\r
231         <pluginRepository>\r
232             <id>onap-plugin-snapshots</id>\r
233             <url>https://nexus.onap.org/content/repositories/snapshots/</url>\r
234         </pluginRepository>\r
235     </pluginRepositories>\r
236         \r
237         <repositories>\r
238                 <repository>\r
239                         <id>central</id>\r
240                         <name>Maven 2 repository 2</name>\r
241                         <url>http://repo2.maven.org/maven2/</url>\r
242                 </repository>\r
243                 <repository>\r
244             <id>onap-jar-snapshots</id>\r
245             <url>https://nexus.onap.org/content/repositories/snapshots</url>\r
246         </repository>\r
247                 <repository>\r
248                         <id>spring-repo</id>\r
249                         <name>Spring repo</name>\r
250                         <url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>\r
251                 </repository>\r
252                 <repository>\r
253                         <id>repository.jboss.org-public</id>\r
254                         <name>JBoss.org Maven repository</name>\r
255                         <url>https://repository.jboss.org/nexus/content/groups/public</url>\r
256                 </repository>\r
257         </repositories>\r
258         \r
259 \r
260 </project>\r