[DMAAP-MR] Sonar Jdoc Fix
[dmaap/messagerouter/msgrtr.git] / pom.xml
1 <!-- ============LICENSE_START======================================================= 
2         org.onap.dmaap ================================================================================ 
3         Copyright © 2017 AT&T Intellectual Property. All rights reserved. ================================================================================ 
4         Licensed under the Apache License, Version 2.0 (the "License"); you may not 
5         use this file except in compliance with the License. You may obtain a copy 
6         of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
7         by applicable law or agreed to in writing, software distributed under the 
8         License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
9         OF ANY KIND, either express or implied. See the License for the specific 
10         language governing permissions and limitations under the License. ============LICENSE_END========================================================= 
11         ECOMP is a trademark and service mark of AT&T Intellectual Property. -->
12 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14         <modelVersion>4.0.0</modelVersion>
15         <groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
16         <artifactId>msgrtr</artifactId>
17         <version>1.1.12-SNAPSHOT</version>
18         <packaging>jar</packaging>
19         <name>dmaap-messagerouter-msgrtr</name>
20         <description>Message Router - Restful interface built for kafka</description>
21
22         <parent>
23                 <groupId>org.onap.oparent</groupId>
24                 <artifactId>oparent</artifactId>
25                 <version>1.2.1</version>
26         </parent>
27
28         <properties>
29             <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
30                 <spring.version>3.2.18.RELEASE</spring.version>
31                 <cxf.version>3.0.4</cxf.version>
32                 <jstl.version>1.2</jstl.version>
33                 <maven.compiler.target>1.7</maven.compiler.target>
34                 <maven.compiler.source>1.7</maven.compiler.source>
35                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36                 <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
37
38                 <!-- SONAR -->
39                 <jacoco.version>0.7.7.201606060606</jacoco.version>
40                 <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
41                 <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
42                 <!-- Default Sonar configuration -->
43                 <sonar.jacoco.reportPath>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
44                 <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
45                 <!-- Note: This list should match jacoco-maven-plugin's exclusion list 
46                         below -->
47                 <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
48                 <sitePath>/content/sites/site/org/onap/dmaap/messagerouter/msgrtr/${project.artifactId}/${project.version}</sitePath>
49                 <nexusproxy>https://nexus.onap.org</nexusproxy>
50         </properties>
51
52         <!-- Distribution management -->
53         <!-- Currently all artifacts will be uploaded to att-public-group reposiotry 
54                 on Maven Central -->
55         <distributionManagement>
56                 <site>
57                         <id>ecomp-site</id>
58                         <url>dav:${nexusproxy}${sitePath}</url>
59                 </site>
60         </distributionManagement>
61
62         <!-- End Distribution management -->
63
64         <licenses>
65                 <license>
66                         <name>Apache License Version 2.0</name>
67                 </license>
68         </licenses>
69
70         <developers>
71                 <developer>
72                         <name>Rajashree</name>
73                         <email></email>
74                         <organization>ATT</organization>
75                         <organizationUrl>www.att.com</organizationUrl>
76                 </developer>
77                 <developer>
78                         <name>Ramkumar</name>
79                         <email></email>
80                         <organization>ATT</organization>
81                         <organizationUrl>www.att.com</organizationUrl>
82                 </developer>
83         </developers>
84
85         <dependencies>
86             <!-- <dependency>
87                         <groupId>org.apache.tomcat</groupId>
88                         <artifactId>tomcat-catalina</artifactId>
89                         <version>8.5.23</version>
90                 </dependency>
91                 <dependency>
92                         <groupId>org.apache.tomcat</groupId>
93                         <artifactId>tomcat-util</artifactId>
94                         <version>8.5.23</version>
95                 </dependency>
96                 <dependency>
97                         <groupId>org.apache.tomcat.embed</groupId>
98                         <artifactId>tomcat-embed-core</artifactId>
99                         <version>8.5.23</version>
100                 </dependency> -->
101                 <dependency>
102                         <groupId>commons-collections</groupId>
103                         <artifactId>commons-collections</artifactId>
104                         <version>3.2.2</version>
105                 </dependency>
106                 <dependency>
107                         <groupId>ch.qos.logback</groupId>
108                         <artifactId>logback-core</artifactId>
109                         <version>1.2.0</version>
110                 </dependency>
111                 <dependency>
112                         <groupId>ch.qos.logback</groupId>
113                         <artifactId>logback-classic</artifactId>
114                         <version>1.2.0</version>
115                 </dependency>
116                 <!-- <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> 
117                         <version>1.9.2</version> <exclusions> We have JCL-over-SLF4J instead. <exclusion> 
118                         <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> 
119                         </exclusion> </exclusions> </dependency> -->
120                 <dependency>
121                         <groupId>org.grails</groupId>
122                         <artifactId>grails-web</artifactId>
123                         <version>2.5.4</version>
124                         <exclusions>
125                                 <exclusion>
126                                         <groupId>org.grails</groupId>
127                                         <artifactId>grails-web-jsp</artifactId>
128                                 </exclusion>
129                         </exclusions>
130                 </dependency>
131                  <dependency>
132       <groupId>org.grails</groupId>
133       <artifactId>grails-bootstrap</artifactId>
134       <version>2.5.4</version>
135       <scope>compile</scope>
136       <exclusions>
137         <exclusion>
138           <artifactId>ant</artifactId>
139           <groupId>org.apache.ant</groupId>
140         </exclusion>
141         <exclusion>
142           <artifactId>jna</artifactId>
143           <groupId>net.java.dev.jna</groupId>
144         </exclusion>
145         <exclusion>
146           <artifactId>ant-trax</artifactId>
147           <groupId>org.apache.ant</groupId>
148         </exclusion>
149         <exclusion>
150           <artifactId>gant_groovy1.8</artifactId>
151           <groupId>org.codehaus.gant</groupId>
152         </exclusion>
153         <exclusion>
154           <artifactId>ant-launcher</artifactId>
155           <groupId>org.apache.ant</groupId>
156         </exclusion>
157         <exclusion>
158           <artifactId>jline</artifactId>
159           <groupId>jline</groupId>
160         </exclusion>
161         <exclusion>
162           <artifactId>ivy</artifactId>
163           <groupId>org.apache.ivy</groupId>
164         </exclusion>
165         <exclusion>
166           <artifactId>jansi</artifactId>
167           <groupId>org.fusesource.jansi</groupId>
168         </exclusion>
169         <exclusion>
170           <artifactId>commons-logging</artifactId>
171           <groupId>commons-logging</groupId>
172         </exclusion>
173         <exclusion>
174           <artifactId>ant-junit</artifactId>
175           <groupId>org.apache.ant</groupId>
176         </exclusion>
177       </exclusions>
178     </dependency>
179                 <dependency>
180                         <groupId>org.springframework</groupId>
181                         <artifactId>spring-test</artifactId>
182                         <version>${spring.version}</version>
183                         <scope>test</scope>
184                 </dependency>
185                 <dependency>
186                         <groupId>org.codehaus.groovy</groupId>
187                         <artifactId>groovy-all</artifactId>
188                         <version>2.4.8</version>
189                         <scope>compile</scope>
190                         <exclusions>
191                                 <exclusion>
192                                         <artifactId>jline</artifactId>
193                                         <groupId>jline</groupId>
194                                 </exclusion>
195                         </exclusions>
196                 </dependency>
197                 <dependency>
198                         <groupId>commons-fileupload</groupId>
199                         <artifactId>commons-fileupload</artifactId>
200                         <version>1.3.3</version>
201                 </dependency>
202
203                 <dependency>
204                         <groupId>junit</groupId>
205                         <artifactId>junit</artifactId>
206                         <version>4.11</version>
207                         <scope>test</scope>
208                 </dependency>
209                 <dependency>
210                         <groupId>com.att.aft</groupId>
211                         <artifactId>dme2</artifactId>
212                         <version>3.1.200-oss</version>
213                         <exclusions>
214                                 <exclusion>
215                                         <groupId>javax.jms</groupId>
216                                         <artifactId>jms</artifactId>
217                                 </exclusion>
218                         </exclusions>
219                 </dependency>
220
221                 <!-- slf4j logger -->
222                 <dependency>
223                         <groupId>org.slf4j</groupId>
224                         <artifactId>slf4j-api</artifactId>
225                         <version>1.7.6</version>
226                 </dependency>
227
228                 <dependency>
229                         <groupId>javax.inject</groupId>
230                         <artifactId>javax.inject</artifactId>
231                         <version>1</version>
232                 </dependency>
233
234                 <dependency>
235                         <groupId>com.att.ajsc</groupId>
236                         <artifactId>ajsc-core</artifactId>
237                         <version>1.0.0</version>
238                 </dependency>
239
240                 <dependency>
241                         <groupId>javax.ws.rs</groupId>
242                         <artifactId>javax.ws.rs-api</artifactId>
243                         <version>2.0.1</version>
244                 </dependency>
245
246                 <!-- <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> 
247                         <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> 
248                         <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>${cxf.version}</version> 
249                         </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> 
250                         <version>${cxf.version}</version> </dependency> Jetty is needed if you're 
251                         are not using the CXFServlet <dependency> <groupId>org.apache.cxf</groupId> 
252                         <artifactId>cxf-rt-transports-http-jetty</artifactId> <version>${cxf.version}</version> 
253                         </dependency> -->
254                 <!-- Begin - Spring Dependencies for DI -->
255                 <dependency>
256                         <groupId>org.springframework</groupId>
257                         <artifactId>spring-context</artifactId>
258                         <version>${spring.version}</version>
259                 </dependency>
260                 <dependency>
261                         <groupId>org.springframework</groupId>
262                         <artifactId>spring-expression</artifactId>
263                         <version>4.3.18.RELEASE</version>
264                 </dependency>
265                 <dependency>
266                         <groupId>org.springframework</groupId>
267                         <artifactId>spring-webmvc</artifactId>
268                         <version>4.3.18.RELEASE</version>
269                 </dependency>
270                 <dependency>
271                         <groupId>org.springframework</groupId>
272                         <artifactId>spring-core</artifactId>
273                         <version>4.3.18.RELEASE</version>
274                 </dependency>
275                 <dependency>
276                         <groupId>javax.servlet</groupId>
277                         <artifactId>javax.servlet-api</artifactId>
278                         <version>3.0.1</version>
279                         <scope>provided</scope>
280                 </dependency>
281                 <!-- End - Spring Dependencies for DI -->
282                 <!-- Begin - Dependency on Dmaap Spring layer -->
283                 <!-- <dependency> <groupId>com.att.dmaap</groupId> <artifactId>dmaap-spring</artifactId> 
284                         <version>0.0.1-SNAPSHOT</version> </dependency> -->
285                 <!-- End - Dependency on Dmaap Spring layer -->
286                 <!-- Begin - Dependency on log4j for logging purpose -->
287                 <!-- <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> 
288                         <version>1.2.17</version> </dependency> -->
289                 <!-- Log4j's enhanced pattern layout is shipped separately <dependency> 
290                         <groupId>log4j</groupId> <artifactId>apache-log4j-extras</artifactId> <version>1.2.17</version> 
291                         </dependency> -->
292                 <!-- End - Dependency on log4j for logging purpose -->
293                 <!-- ZooKeeper Library -->
294                 <dependency>
295                         <groupId>org.apache.zookeeper</groupId>
296                         <artifactId>zookeeper</artifactId>
297                         <version>3.4.10</version>
298                 </dependency>
299
300                 <!-- JSON libraries -->
301                 <dependency>
302                         <groupId>org.json</groupId>
303                         <artifactId>json</artifactId>
304                         <version>20131018</version>
305                 </dependency>
306
307                 <!-- Apache Kafka -->
308                 <dependency>
309                         <groupId>org.apache.kafka</groupId>
310                         <artifactId>kafka_2.11</artifactId>
311                 <version>0.11.0.3</version>
312                 </dependency>
313         <dependency>
314                 <groupId>com.google.guava</groupId>
315                 <artifactId>guava</artifactId>
316                 <version>23.6.1-jre</version>
317         </dependency>
318
319                 <dependency>
320                         <groupId>com.att.eelf</groupId>
321                         <artifactId>eelf-core</artifactId>
322                         <version>0.0.1</version>
323                         <scope>compile</scope>
324                 </dependency>
325                 <!-- our NSA server library -->
326                 <dependency>
327                         <groupId>com.att.nsa</groupId>
328                         <artifactId>nsaServerLibrary</artifactId>
329                         <version>1.0.10</version>
330                         <exclusions>
331                                 <exclusion>
332                                         <groupId>org.apache.tomcat</groupId>
333                                         <artifactId>tomcat-catalina</artifactId>
334                                 </exclusion>
335                                 <exclusion>
336                                         <groupId>org.apache.tomcat.embed</groupId>
337                                         <artifactId>tomcat-embed-core</artifactId>
338                                 </exclusion>
339                                 <exclusion>
340                                         <groupId>org.apache.tomcat</groupId>
341                                         <artifactId>tomcat-util</artifactId>
342                                 </exclusion>
343                         </exclusions>
344                 </dependency>
345                 <dependency>
346                         <groupId>com.att.nsa</groupId>
347                         <artifactId>saToolkit</artifactId>
348                         <version>0.0.1</version>
349                 </dependency>
350
351                 <!-- our Highland Park library -->
352                 <!-- <dependency> <groupId>com.att.nsa</groupId> <artifactId>highlandParkCore</artifactId> 
353                         <version>0.4.9</version> </dependency> -->
354
355                 <!-- our base client library, for its command line tools -->
356                 <dependency>
357                         <groupId>com.att.nsa</groupId>
358                         <artifactId>saClientLibrary</artifactId>
359                         <version>0.0.1</version>
360                         <exclusions>
361                                 <exclusion>
362                                         <groupId>org.apache.httpcomponents</groupId>
363                                         <artifactId>httpclient</artifactId>
364                                 </exclusion>
365                                 <exclusion>
366                                         <groupId>org.apache.httpcomponents</groupId>
367                                         <artifactId>httpclient-cache</artifactId>
368                                 </exclusion>
369                         </exclusions>
370                 </dependency>
371                 <dependency>
372                         <groupId>org.apache.httpcomponents</groupId>
373                         <artifactId>httpclient</artifactId>
374                         <version>4.5.3</version>
375                 </dependency>
376                 <dependency>
377                         <groupId>org.apache.httpcomponents</groupId>
378                         <artifactId>httpclient-cache</artifactId>
379                         <version>4.5.3</version>
380                 </dependency>
381                 <dependency>
382                         <groupId>org.apache.httpcomponents</groupId>
383                         <artifactId>httpcore</artifactId>
384                         <version>4.4.1</version>
385                 </dependency>
386
387
388                 <!-- explicit jline add b/c it conflicts with the zk client -->
389                 <dependency>
390                         <groupId>jline</groupId>
391                         <artifactId>jline</artifactId>
392                         <version>2.12.1</version>
393                 </dependency>
394
395                 <dependency>
396                         <groupId>org.apache.curator</groupId>
397                         <artifactId>curator-recipes</artifactId>
398                         <version>4.0.1</version>
399                 </dependency>
400
401                 <dependency>
402                         <groupId>org.apache.curator</groupId>
403                         <artifactId>curator-test</artifactId>
404                         <version>4.0.1</version>
405                 </dependency>
406
407
408                 <dependency>
409                         <groupId>com.google.code.gson</groupId>
410                         <artifactId>gson</artifactId>
411                         <version>2.8.0</version>
412                 </dependency>
413
414                 <dependency>
415                         <groupId>com.fasterxml.jackson.core</groupId>
416                         <artifactId>jackson-core</artifactId>
417                         <version>2.8.11</version>
418                         <scope>test</scope>
419                 </dependency>
420
421                 <dependency>
422                         <groupId>com.fasterxml.jackson.core</groupId>
423                         <artifactId>jackson-databind</artifactId>
424                         <version>2.8.11.1</version>
425                 </dependency>
426
427                 <dependency>
428                         <groupId>org.powermock</groupId>
429                         <artifactId>powermock-api-mockito</artifactId>
430                         <version>1.6.4</version>
431                         <scope>test</scope>
432                 </dependency>
433
434                 <dependency>
435                         <groupId>org.powermock</groupId>
436                         <artifactId>powermock-module-junit4</artifactId>
437                         <version>1.6.4</version>
438                         <scope>test</scope>
439                 </dependency>
440
441                 <dependency>
442                         <groupId>org.powermock</groupId>
443                         <artifactId>powermock-module-junit4-rule</artifactId>
444                         <version>1.6.4</version>
445                         <scope>test</scope>
446                 </dependency>
447                 <dependency>
448                         <groupId>org.mockito</groupId>
449                         <artifactId>mockito-core</artifactId>
450                         <version>1.10.19</version>
451                         <scope>test</scope>
452                 </dependency>
453
454         </dependencies>
455         <build>
456                 <finalName>DMaaP</finalName>
457                 <resources>
458                         <resource>
459                                 <directory>src/main/resources</directory>
460                                 <filtering>true</filtering>
461                                 <includes>
462                                         <include>**/*.properties</include>
463                                 </includes>
464                         </resource>
465                         <!-- <resource> <directory>src/main/config</directory> <filtering>true</filtering> 
466                                 <includes> <include>**/log4j*.xml</include> </includes> </resource> <resource> 
467                                 <directory>src/main/resources</directory> <filtering>false</filtering> <excludes> 
468                                 <exclude>**/cambriaApiVersion.properties</exclude> </excludes> </resource> -->
469                 </resources>
470                 <plugins>
471                         <!-- <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.4.1</version> 
472                                 <configuration> <descriptors> <descriptor>src/assembly/dep.xml</descriptor> 
473                                 </descriptors> </configuration> <executions> <execution> <id>make-assembly</id> 
474                                 this is used for inheritance merges -->
475                         <!-- <phase>package</phase> bind to the packaging phase <goals> <goal>single</goal> 
476                                 </goals> </execution> </executions> </plugin> -->
477                         <!-- -->
478                         <plugin>
479                                 <groupId>org.apache.maven.plugins</groupId>
480                                 <artifactId>maven-site-plugin</artifactId>
481                                 <version>3.6</version>
482                                 <dependencies>
483                                         <dependency>
484                                                 <groupId>org.apache.maven.wagon</groupId>
485                                                 <artifactId>wagon-webdav-jackrabbit</artifactId>
486                                                 <version>2.10</version>
487                                         </dependency>
488                                 </dependencies>
489                         </plugin>
490                         <plugin>
491                                 <groupId>org.apache.maven.plugins</groupId>
492                                 <artifactId>maven-javadoc-plugin</artifactId>
493                                 <version>2.10.4</version>
494                                 <configuration>
495                                         <additionalparam>-Xdoclint:none</additionalparam>
496                                 </configuration>
497                                 <executions>
498                                         <execution>
499                                                 <id>attach-javadocs</id>
500                                                 <goals>
501                                                         <goal>jar</goal>
502                                                 </goals>
503                                         </execution>
504                                 </executions>
505                         </plugin>
506                         <plugin>
507                                 <groupId>org.apache.maven.plugins</groupId>
508                                 <artifactId>maven-source-plugin</artifactId>
509                                 <version>3.0.0</version>
510                                 <executions>
511                                         <execution>
512                                                 <id>attach-sources</id>
513                                                 <goals>
514                                                         <goal>jar-no-fork</goal>
515                                                 </goals>
516                                         </execution>
517                                 </executions>
518                         </plugin>
519                         <plugin>
520                                 <groupId>org.apache.maven.plugins</groupId>
521                                 <artifactId>maven-surefire-plugin</artifactId>
522                                 <version>2.12.4</version>
523                                 <configuration>
524                                         <excludes>
525                                                 <!-- exclude until junits updated <exclude>**/DME2*.java</exclude> -->
526                                         </excludes>
527                                         <!-- <skipTests>true</skipTests> -->
528                                 </configuration>
529                         </plugin>
530                         <plugin>
531                                 <groupId>org.codehaus.mojo</groupId>
532                                 <artifactId>cobertura-maven-plugin</artifactId>
533                                 <version>2.7</version>
534                                 <configuration>
535                                         <formats>
536                                                 <format>html</format>
537                                                 <format>xml</format>
538                                         </formats>
539                                 </configuration>
540                         </plugin>
541                         <!-- <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> 
542                                 <version>${jacoco.version}</version> <configuration> Note: This exclusion 
543                                 list should match <sonar.exclusions> property above <excludes> <exclude>**/gen/**</exclude> 
544                                 <exclude>**/generated-sources/**</exclude> <exclude>**/yang-gen/**</exclude> 
545                                 <exclude>**/pax/**</exclude> </excludes> </configuration> <executions> Prepares 
546                                 the property pointing to the JaCoCo runtime agent which is passed as VM argument 
547                                 when Maven the Surefire plugin is executed. <execution> <id>pre-unit-test</id> 
548                                 <goals> <goal>prepare-agent</goal> </goals> <configuration> Sets the path 
549                                 to the file which contains the execution data. <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile> 
550                                 Sets the name of the property containing the settings for JaCoCo runtime 
551                                 agent. <propertyName>surefireArgLine</propertyName> </configuration> </execution> 
552                                 Ensures that the code coverage report for unit tests is created after unit 
553                                 tests have been run. <execution> <id>post-unit-test</id> <phase>test</phase> 
554                                 <goals> <goal>report</goal> </goals> <configuration> Sets the path to the 
555                                 file which contains the execution data. <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile> 
556                                 Sets the output directory for the code coverage report. <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory> 
557                                 </configuration> </execution> <execution> <id>pre-integration-test</id> <phase>pre-integration-test</phase> 
558                                 <goals> <goal>prepare-agent</goal> </goals> <configuration> Sets the path 
559                                 to the file which contains the execution data. <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile> 
560                                 Sets the name of the property containing the settings for JaCoCo runtime 
561                                 agent. <propertyName>failsafeArgLine</propertyName> </configuration> </execution> 
562                                 Ensures that the code coverage report for integration tests after integration 
563                                 tests have been run. <execution> <id>post-integration-test</id> <phase>post-integration-test</phase> 
564                                 <goals> <goal>report</goal> </goals> <configuration> Sets the path to the 
565                                 file which contains the execution data. <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile> 
566                                 Sets the output directory for the code coverage report. <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory> 
567                                 </configuration> </execution> </executions> </plugin> -->
568                 </plugins>
569         </build>
570
571         <!-- <profiles> <profile> <id>jenkins</id> <activation> <property> <name>env.BUILD_NUMBER</name> 
572                 </property> </activation> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> 
573                 <artifactId>cobertura-maven-plugin</artifactId> </plugin> <plugin> <groupId>com.att.aft.swm</groupId> 
574                 <artifactId>swm-plugin</artifactId> <version>1.4.4.12</version> <configuration> 
575                 <distFilesRootDirPath>/opt/app/dmaap/msgrtr/jenkinsbuild</distFilesRootDirPath> 
576                 <version>${project.version}-${env.BUILD_NUMBER}</version> <scriptExcludes> 
577                 <scriptExclude>**/swmpkgclean.sh</scriptExclude> </scriptExcludes> </configuration> 
578                 <executions> <execution> <id>pkgstage</id> <goals> <goal>pkgstage</goal> 
579                 </goals> </execution> <execution> <id>pkgcreate</id> <goals> <goal>pkgcreate</goal> 
580                 </goals> </execution> <execution> <id>pkginstall</id> <goals> <goal>install</goal> 
581                 </goals> <configuration> <componentName>com.att.nsa:msgrtr</componentName> 
582                 <version>${project.version}-${env.BUILD_NUMBER}</version> <waitTimeMins>4</waitTimeMins> 
583                 <properties> <property> <name>overrideDependencyConflicts</name> <value>true</value> 
584                 </property> <property> <name>AFTSWM_NOTIFY_ADDRESSES</name> <value>mailto:rs857c@att.com</value> 
585                 </property> </properties> </configuration> </execution> </executions> </plugin> 
586                 <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> 
587                 <phase>package</phase> <configuration> <tasks> <copy file="./src/main/scripts/swmpkgclean.sh" 
588                 toDir="./target" /> </tasks> </configuration> <goals> <goal>run</goal> </goals> 
589                 </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> 
590                 <artifactId>maven-deploy-plugin</artifactId> <version>2.5</version> <configuration> 
591                 <skip>true</skip> </configuration> </plugin> </plugins> </build> </profile> 
592                 </profiles> -->
593 </project>