Fix the stage site issue by adding onap.nexus.url
[aai/traversal.git] / aai-traversal / pom.xml
1 <?xml version="1.0"?>
2 <project
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.onap.aai.traversal</groupId>
8         <artifactId>traversal</artifactId>
9         <version>1.1.0-SNAPSHOT</version>
10     </parent>
11     <artifactId>aai-traversal</artifactId>
12     <name>aai-traversal</name>
13     <url>http://maven.apache.org</url>
14     <properties>
15         <nexusproxy>https://nexus.onap.org</nexusproxy>
16         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
17         <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
18         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19         <dockerLocation>${basedir}/target/swm/package/nix/dist_files/</dockerLocation>
20         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
21         <docker.image.version>1.0.0</docker.image.version>
22         <aai-core.version>1.1.0-SNAPSHOT</aai-core.version>
23         <aai-schema.version>1.1.0-SNAPSHOT</aai-schema.version>
24         <hbase.version>1.0.2</hbase.version>
25         <sonar.language>java</sonar.language>
26         <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
27         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
28         <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
29         <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
30         <sonar.projectVersion>${project.version}</sonar.projectVersion>
31     </properties>
32     <distributionManagement>
33         <repository>
34             <id>ecomp-releases</id>
35             <name>ECOMP Release Repository</name>
36             <url>${nexusproxy}/content/repositories/releases/</url>
37         </repository>
38         <snapshotRepository>
39             <id>ecomp-snapshots</id>
40             <name>ECOMP Snapshot Repository</name>
41             <url>${nexusproxy}/content/repositories/snapshots/</url>
42         </snapshotRepository>
43         <site>
44             <id>ecomp-site</id>
45             <url>dav:${nexusproxy}${sitePath}</url>
46         </site>
47     </distributionManagement>
48     <dependencies>
49         <dependency>
50             <groupId>org.onap.aai.aai-common</groupId>
51             <artifactId>aai-schema</artifactId>
52             <version>${aai-schema.version}</version>
53         </dependency>
54         <dependency>
55             <groupId>org.onap.aai.aai-common</groupId>
56             <artifactId>aai-core</artifactId>
57             <version>${aai-core.version}</version>
58         </dependency>
59         <!-- Scamper related dependencies -->
60         <dependency>
61             <groupId>com.rabbitmq</groupId>
62             <artifactId>amqp-client</artifactId>
63             <version>3.6.1</version>
64         </dependency>
65         <dependency>
66             <groupId>log4j</groupId>
67             <artifactId>apache-log4j-extras</artifactId>
68             <version>1.2.17</version>
69             <exclusions>
70                 <exclusion>
71                     <artifactId>log4j</artifactId>
72                     <groupId>log4j</groupId>
73                 </exclusion>
74             </exclusions>
75         </dependency>
76
77         <dependency>
78             <groupId>commons-beanutils</groupId>
79             <artifactId>commons-beanutils</artifactId>
80             <version>1.9.2</version>
81         </dependency>
82
83         <dependency>
84             <groupId>org.apache.commons</groupId>
85             <artifactId>commons-compress</artifactId>
86             <version>1.10</version>
87         </dependency>
88
89         <dependency>
90             <groupId>commons-configuration</groupId>
91             <artifactId>commons-configuration</artifactId>
92             <version>1.9</version>
93             <exclusions>
94                 <exclusion>
95                     <artifactId>commons-lang</artifactId>
96                     <groupId>commons-lang</groupId>
97                 </exclusion>
98             </exclusions>
99         </dependency>
100
101         <dependency>
102             <groupId>com.googlecode.java-diff-utils</groupId>
103             <artifactId>diffutils</artifactId>
104             <version>1.3.0</version>
105         </dependency>
106
107         <dependency>
108             <groupId>org.codehaus.jackson</groupId>
109             <artifactId>jackson-core-asl</artifactId>
110             <version>1.9.13</version>
111         </dependency>
112
113         <dependency>
114             <groupId>org.codehaus.jackson</groupId>
115             <artifactId>jackson-mapper-asl</artifactId>
116             <version>1.9.13</version>
117         </dependency>
118
119         <dependency>
120             <groupId>org.apache.httpcomponents</groupId>
121             <artifactId>httpmime</artifactId>
122             <version>4.5.2</version>
123         </dependency>
124
125         <!-- AJSC related dependencies -->
126         <dependency>
127             <groupId>com.att.ajsc</groupId>
128             <artifactId>ajsc-runner</artifactId>
129             <version>${ajscRuntimeVersion}</version>
130         </dependency>
131         <dependency>
132             <groupId>com.att.ajsc</groupId>
133             <artifactId>ajsc-core</artifactId>
134             <version>${ajscRuntimeVersion}</version>
135             <scope>provided</scope>
136         </dependency>
137
138         <!-- For dom4j dependency ONLY! - If deploying to CSI env, remove "provided"
139             scope. In CSI env, this jar MUST be included within service project's swm
140             package -->
141         <dependency>
142             <groupId>dom4j</groupId>
143             <artifactId>dom4j</artifactId>
144             <version>1.6.1</version>
145         </dependency>
146
147         <dependency>
148             <groupId>commons-lang</groupId>
149             <artifactId>commons-lang</artifactId>
150             <version>2.6</version>
151         </dependency>
152
153         <!-- eelf dependency -->
154         <dependency>
155             <groupId>com.att.eelf</groupId>
156             <artifactId>eelf-core</artifactId>
157             <version>1.0.0</version>
158         </dependency>
159
160         <dependency>
161             <groupId>ch.qos.logback</groupId>
162             <artifactId>logback-core</artifactId>
163             <version>1.1.7</version>
164         </dependency>
165
166         <dependency>
167             <groupId>ch.qos.logback</groupId>
168             <artifactId>logback-classic</artifactId>
169             <version>1.1.7</version>
170         </dependency>
171
172         <dependency>
173             <groupId>ch.qos.logback</groupId>
174             <artifactId>logback-access</artifactId>
175             <version>1.1.7</version>
176         </dependency>
177
178         <dependency>
179             <groupId>org.hamcrest</groupId>
180             <artifactId>hamcrest-junit</artifactId>
181             <version>2.0.0.0</version>
182         </dependency>
183         <dependency>
184             <groupId>org.codehaus.janino</groupId>
185             <artifactId>janino</artifactId>
186             <version>2.7.8</version>
187         </dependency>
188         <dependency>
189             <groupId>commons-collections</groupId>
190             <artifactId>commons-collections</artifactId>
191         </dependency>
192
193         <dependency>
194             <groupId>jdk.tools</groupId>
195             <artifactId>jdk.tools</artifactId>
196             <version>1.8.0_101</version>
197             <scope>system</scope>
198             <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
199         </dependency>
200
201         <dependency>
202             <groupId>junit</groupId>
203             <artifactId>junit</artifactId>
204             <scope>test</scope>
205         </dependency>
206         <dependency>
207             <groupId>com.google.guava</groupId>
208             <artifactId>guava</artifactId>
209             <version>16.0</version>
210         </dependency>
211         <dependency>
212             <groupId>com.thinkaurelius.titan</groupId>
213             <artifactId>titan-core</artifactId>
214             <version>1.0.0</version>
215             <exclusions>
216                 <exclusion>
217                     <groupId>org.slf4j</groupId>
218                     <artifactId>slf4j-log4j12</artifactId>
219                 </exclusion>
220             </exclusions>
221         </dependency>
222         <dependency>
223             <groupId>com.thinkaurelius.titan</groupId>
224             <artifactId>titan-cassandra</artifactId>
225             <version>1.0.0</version>
226             <exclusions>
227                 <exclusion>
228                     <groupId>org.slf4j</groupId>
229                     <artifactId>slf4j-log4j12</artifactId>
230                 </exclusion>
231             </exclusions>
232         </dependency>
233         <dependency>
234             <groupId>com.thinkaurelius.titan</groupId>
235             <artifactId>titan-hbase</artifactId>
236             <version>1.0.0</version>
237             <exclusions>
238                 <exclusion>
239                     <groupId>org.slf4j</groupId>
240                     <artifactId>slf4j-log4j12</artifactId>
241                 </exclusion>
242             </exclusions>
243         </dependency>
244
245         <dependency>
246             <groupId>org.apache.tinkerpop</groupId>
247             <artifactId>gremlin-driver</artifactId>
248             <version>3.0.1-incubating</version>
249         </dependency>
250         <dependency>
251             <groupId>org.apache.hbase</groupId>
252             <artifactId>hbase-client</artifactId>
253             <version>${hbase.version}</version>
254             <exclusions>
255                 <exclusion>
256                     <groupId>org.slf4j</groupId>
257                     <artifactId>slf4j-log4j12</artifactId>
258                 </exclusion>
259                 <exclusion>
260                     <artifactId>log4j</artifactId>
261                     <groupId>log4j</groupId>
262                 </exclusion>
263             </exclusions>
264         </dependency>
265         <dependency>
266             <groupId>org.apache.hbase</groupId>
267             <artifactId>hbase-protocol</artifactId>
268             <version>${hbase.version}</version>
269             <exclusions>
270                 <exclusion>
271                     <artifactId>log4j</artifactId>
272                     <groupId>log4j</groupId>
273                 </exclusion>
274             </exclusions>
275         </dependency>
276         <dependency>
277             <groupId>org.apache.hbase</groupId>
278             <artifactId>hbase-common</artifactId>
279             <version>${hbase.version}</version>
280             <exclusions>
281                 <exclusion>
282                     <artifactId>log4j</artifactId>
283                     <groupId>log4j</groupId>
284                 </exclusion>
285             </exclusions>
286         </dependency>
287         <dependency>
288             <groupId>com.sun.jersey</groupId>
289             <artifactId>jersey-json</artifactId>
290             <version>1.18</version>
291         </dependency>
292         <dependency>
293             <groupId>jivesoftware</groupId>
294             <artifactId>smack</artifactId>
295             <version>3.0.4</version>
296         </dependency>
297
298         <dependency>
299             <groupId>com.fasterxml.jackson.jaxrs</groupId>
300             <artifactId>jackson-jaxrs-json-provider</artifactId>
301             <version>2.1.4</version>
302         </dependency>
303         <dependency>
304             <groupId>com.googlecode.json-simple</groupId>
305             <artifactId>json-simple</artifactId>
306             <version>1.1.1</version>
307         </dependency>
308         <dependency>
309             <groupId>com.sun.jersey</groupId>
310             <artifactId>jersey-client</artifactId>
311             <version>1.18</version>
312         </dependency>
313         <dependency>
314             <groupId>org.springframework</groupId>
315             <artifactId>spring-web</artifactId>
316         </dependency>
317         <dependency>
318             <groupId>org.springframework.ws</groupId>
319             <artifactId>spring-ws</artifactId>
320             <version>1.5.2</version>
321             <!--<version>2.1.3-RELEASE</version> -->
322         </dependency>
323         <dependency>
324             <groupId>org.springframework</groupId>
325             <artifactId>spring-core</artifactId>
326             <version>4.2.5.RELEASE</version>
327         </dependency>
328         <dependency>
329             <groupId>org.mockito</groupId>
330             <artifactId>mockito-all</artifactId>
331             <version>1.10.19</version>
332             <scope>test</scope>
333         </dependency>
334         <dependency>
335             <groupId>org.powermock</groupId>
336             <artifactId>powermock-module-junit4</artifactId>
337             <version>1.6.2</version>
338             <scope>test</scope>
339         </dependency>
340         <dependency>
341             <groupId>org.powermock</groupId>
342             <artifactId>powermock-api-mockito</artifactId>
343             <version>1.6.2</version>
344             <scope>test</scope>
345         </dependency>
346         <dependency>
347             <groupId>com.beust</groupId>
348             <artifactId>jcommander</artifactId>
349             <version>1.48</version>
350         </dependency>
351         <dependency>
352             <groupId>org.json</groupId>
353             <artifactId>json</artifactId>
354             <version>20090211</version>
355         </dependency>
356         <dependency>
357             <groupId>org.freemarker</groupId>
358             <artifactId>freemarker</artifactId>
359             <version>2.3.14</version>
360         </dependency>
361         <dependency>
362             <groupId>javax.xml.bind</groupId>
363             <artifactId>jaxb-api</artifactId>
364             <version>2.2.11</version>
365         </dependency>
366         <dependency>
367             <groupId>com.sun.xml.bind</groupId>
368             <artifactId>jaxb-impl</artifactId>
369             <version>2.2.11</version>
370         </dependency>
371         <dependency>
372             <groupId>com.sun.xml.bind</groupId>
373             <artifactId>jaxb-core</artifactId>
374             <version>2.2.11</version>
375         </dependency>
376         <dependency>
377             <groupId>com.sun.xml.bind</groupId>
378             <artifactId>jaxb-xjc</artifactId>
379             <version>2.2.11</version>
380         </dependency>
381         <dependency>
382             <groupId>org.eclipse.persistence</groupId>
383             <artifactId>eclipselink</artifactId>
384             <version>2.6.2</version>
385         </dependency>
386         <dependency>
387             <groupId>org.eclipse.persistence</groupId>
388             <artifactId>org.eclipse.persistence.moxy</artifactId>
389             <version>2.6.2</version>
390             <scope>compile</scope>
391         </dependency>
392         <dependency>
393             <groupId>org.powermock</groupId>
394             <artifactId>powermock-module-javaagent</artifactId>
395             <version>1.6.2</version>
396             <scope>test</scope>
397         </dependency>
398         <dependency>
399             <groupId>org.powermock</groupId>
400             <artifactId>powermock-module-junit4-rule-agent</artifactId>
401             <version>1.6.2</version>
402             <scope>test</scope>
403         </dependency>
404         <dependency>
405             <groupId>com.github.fge</groupId>
406             <artifactId>json-patch</artifactId>
407             <version>1.9</version>
408         </dependency>
409         <dependency>
410             <groupId>org.javatuples</groupId>
411             <artifactId>javatuples</artifactId>
412             <version>1.2</version>
413             <scope>compile</scope>
414         </dependency>
415         <dependency>
416             <groupId>com.google.code.gson</groupId>
417             <artifactId>gson</artifactId>
418             <version>2.7</version>
419         </dependency>
420         <dependency>
421             <groupId>com.att.nsa</groupId>
422             <artifactId>dmaapClient</artifactId>
423             <version>0.2.12</version>
424         </dependency>
425         <dependency>
426             <groupId>org.apache.httpcomponents</groupId>
427             <artifactId>httpcore</artifactId>
428             <version>4.4</version>
429         </dependency>
430         <dependency>
431             <groupId>com.bazaarvoice.jolt</groupId>
432             <artifactId>jolt-complete</artifactId>
433             <version>0.0.24</version>
434         </dependency>
435     </dependencies>
436     <build>
437         <finalName>traversal</finalName>
438         <pluginManagement>
439             <plugins>
440                 <plugin>
441                     <groupId>org.jsonschema2pojo</groupId>
442                     <artifactId>jsonschema2pojo-maven-plugin</artifactId>
443                     <version>0.4.13</version>
444                     <configuration>
445                         <sourceType>jsonschema</sourceType>
446                         <sourceDirectory>src/main/resources/json</sourceDirectory>
447                         <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
448                         <annotationStyle>jackson2</annotationStyle>
449                         <generateBuilders>true</generateBuilders>
450                     </configuration>
451                 </plugin>
452                 <plugin>
453                     <groupId>org.apache.maven.plugins</groupId>
454                     <artifactId>maven-dependency-plugin</artifactId>
455                     <version>2.8</version>
456                     <executions>
457                         <execution>
458                             <id>copy-agent</id>
459                             <phase>process-test-classes</phase>
460                             <goals>
461                                 <goal>copy</goal>
462                             </goals>
463                         </execution>
464                         <execution>
465                             <id>unpack-schema-dependency</id>
466                             <phase>initialize</phase>
467                             <goals>
468                                 <goal>unpack</goal>
469                             </goals>
470                         </execution>
471                     </executions>
472                     <configuration>
473                         <artifactItems>
474                             <artifactItem>
475                                 <groupId>org.onap.aai.aai-common</groupId>
476                                 <artifactId>aai-schema</artifactId>
477                                 <version>${aai-schema.version}</version>
478                                 <outputDirectory>bundleconfig-local/etc</outputDirectory>
479                                 <includes>oxm/*.xml</includes>
480                             </artifactItem>
481                         </artifactItems>
482                         <!-- other configurations here -->
483                     </configuration>
484                 </plugin>
485                 <plugin>
486                     <groupId>org.apache.maven.plugins</groupId>
487                     <artifactId>maven-surefire-plugin</artifactId>
488                     <version>2.12.4</version>
489                     <configuration>
490                         <argLine>-noverify ${argLine}</argLine>
491                         <systemPropertyVariables>
492                             <AJSC_HOME>.</AJSC_HOME>
493                             <BUNDLECONFIG_DIR>bundleconfig-local</BUNDLECONFIG_DIR>
494                         </systemPropertyVariables>
495                     </configuration>
496                 </plugin>
497                 <plugin>
498                     <groupId>org.codehaus.groovy.maven</groupId>
499                     <artifactId>gmaven-plugin</artifactId>
500                     <executions>
501                         <execution>
502                             <phase>validate</phase>
503                             <goals>
504                                 <goal>execute</goal>
505                             </goals>
506                             <configuration>
507                                 <source>
508                                     println project.properties['aai.project.version'];
509                                     def versionArray;
510                                     if (project.properties['aai.project.version'] != null) {
511                                         versionArray = project.properties['aai.project.version'].split('\\.');
512                                     }
513
514                                     if (project.properties['aai.project.version'].endsWith("-SNAPSHOT")) {
515                                         project.properties['project.docker.latesttag.version'] = versionArray[0] + '.' + versionArray[1] + "-SNAPSHOT-latest";
516                                     } else {
517                                         project.properties['project.docker.latesttag.version'] = versionArray[0] + '.' + versionArray[1] + "-STAGING-latest";
518                                     }
519
520                                     println 'New Tag for docker:' + project.properties['project.docker.latesttag.version'];
521                                 </source>
522                             </configuration>
523                         </execution>
524                     </executions>
525                 </plugin>
526                 <plugin>
527                     <groupId>org.apache.maven.plugins</groupId>
528                     <artifactId>maven-resources-plugin</artifactId>
529                     <version>2.7</version>
530                     <executions>
531                         <execution>
532                             <id>copy-docker-file</id>
533                             <phase>package</phase>
534                             <goals>
535                                 <goal>copy-resources</goal>
536                             </goals>
537                             <configuration>
538                                 <outputDirectory>${dockerLocation}</outputDirectory>
539                                 <overwrite>true</overwrite>
540                                 <resources>
541                                     <resource>
542                                         <directory>${basedir}/src/main/resources/docker</directory>
543                                         <filtering>true</filtering>
544                                         <includes>
545                                             <include>**/*</include>
546                                         </includes>
547                                     </resource>
548                                 </resources>
549                             </configuration>
550                         </execution>
551                         <execution>
552                             <id>copy-commonlibs-file</id>
553                             <phase>package</phase>
554                             <goals>
555                                 <goal>copy-resources</goal>
556                             </goals>
557                             <configuration>
558                                 <outputDirectory>${dockerLocation}/commonLibs</outputDirectory>
559                                 <overwrite>true</overwrite>
560                                 <resources>
561                                     <resource>
562                                         <directory>${basedir}/target/commonLibs</directory>
563                                         <filtering>false</filtering>
564                                         <includes>
565                                             <include>*.jar</include>
566                                         </includes>
567                                     </resource>
568                                 </resources>
569                             </configuration>
570                         </execution>
571                     </executions>
572                 </plugin>
573                 <plugin>
574                     <groupId>io.fabric8</groupId>
575                     <artifactId>docker-maven-plugin</artifactId>
576                     <version>0.16.5</version>
577                     <configuration>
578                         <verbose>true</verbose>
579                         <apiVersion>1.23</apiVersion>
580                         <images>
581                             <image>
582                                 <name>${docker.push.registry}/openecomp/aai-traversal:%l</name>
583                                 <build>
584                                     <tags>
585                                         <tag>latest</tag>
586                                         <tag>${project.version}-STAGING-${maven.build.timestamp}</tag>
587                                         <tag>${aai.docker.version}-STAGING-latest</tag>
588                                     </tags>
589                                     <cleanup>try</cleanup>
590                                     <dockerFileDir>${dockerLocation}</dockerFileDir>
591                                     <dockerFile>${dockerLocation}/Dockerfile</dockerFile>
592                                 </build>
593                             </image>
594                         </images>
595                     </configuration>
596                     <executions>
597                         <execution>
598                             <id>clean-images</id>
599                             <phase>pre-clean</phase>
600                             <goals>
601                                 <goal>remove</goal>
602                             </goals>
603                             <configuration>
604                                 <removeAll>true</removeAll>
605                                 <image>openecomp/aai-traversal:%l</image>
606                             </configuration>
607                         </execution>
608                         <execution>
609                             <id>generate-images</id>
610                             <phase>generate-sources</phase>
611                             <goals>
612                                 <goal>build</goal>
613                             </goals>
614                         </execution>
615                         <execution>
616                             <id>push-images</id>
617                             <phase>deploy</phase>
618                             <goals>
619                                 <goal>build</goal>
620                                 <goal>push</goal>
621                             </goals>
622                             <configuration>
623                                 <image>openecomp/aai-traversal:%l</image>
624                             </configuration>
625                         </execution>
626                     </executions>
627                 </plugin>
628             </plugins>
629         </pluginManagement>
630         <plugins>
631             <plugin>
632                 <groupId>org.codehaus.mojo</groupId>
633                 <artifactId>sonar-maven-plugin</artifactId>
634                 <version>3.2</version>
635             </plugin>
636             <plugin>
637                 <groupId>org.jacoco</groupId>
638                 <artifactId>jacoco-maven-plugin</artifactId>
639                 <version>0.7.7.201606060606</version>
640                 <configuration>
641                     <dumpOnExit>true</dumpOnExit>
642                 </configuration>
643                 <executions>
644                     <execution>
645                         <id>jacoco-initialize-unit-tests</id>
646                         <goals>
647                             <goal>prepare-agent</goal>
648                         </goals>
649                         <configuration>
650                             <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
651                             <!-- <append>true</append> -->
652                         </configuration>
653                     </execution>
654                 </executions>
655             </plugin>
656             <plugin>
657                 <groupId>org.apache.maven.plugins</groupId>
658                 <artifactId>maven-deploy-plugin</artifactId>
659                 <executions>
660                     <execution>
661                         <id>default-deploy</id>
662                         <phase>none</phase>
663                     </execution>
664                 </executions>
665             </plugin>
666             <plugin>
667                 <groupId>org.sonatype.plugins</groupId>
668                 <artifactId>nexus-staging-maven-plugin</artifactId>
669                 <version>1.6.7</version>
670                 <extensions>true</extensions>
671                 <configuration>
672                     <nexusUrl>${nexusproxy}</nexusUrl>
673                     <stagingProfileId>176c31dfe190a</stagingProfileId>
674                     <serverId>ecomp-staging</serverId>
675                 </configuration>
676             </plugin>
677         </plugins>
678     </build>
679     <profiles>
680         <!-- Use this profile to run the AJSC locally. This profile can be successfully
681             shutdown WITHIN eclipse even in a Windows environment. Debugging is also
682             available with this profile. -->
683         <profile>
684             <id>passwordGenerator</id>
685             <build>
686                 <defaultGoal>initialize</defaultGoal>
687                 <plugins>
688                     <plugin>
689                         <groupId>org.codehaus.mojo</groupId>
690                         <artifactId>exec-maven-plugin</artifactId>
691                         <version>1.3.2</version>
692                         <executions>
693                             <execution>
694                                 <phase>initialize</phase>
695                                 <goals>
696                                     <goal>java</goal>
697                                 </goals>
698                                 <configuration>
699                                     <mainClass>org.eclipse.jetty.util.security.Password</mainClass>
700                                     <arguments>
701                                         <argument>user</argument>
702                                         <argument>aaiDomain2</argument>
703                                     </arguments>
704                                 </configuration>
705                             </execution>
706                         </executions>
707                         <configuration>
708                             <executable>java</executable>
709                         </configuration>
710                     </plugin>
711                 </plugins>
712             </build>
713         </profile>
714
715     </profiles>
716     <reporting>
717         <plugins>
718             <plugin>
719                 <groupId>org.apache.maven.plugins</groupId>
720                 <artifactId>maven-javadoc-plugin</artifactId>
721                 <version>2.10.4</version>
722                 <configuration>
723                     <failOnError>false</failOnError>
724                     <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
725                     <docletArtifact>
726                         <groupId>org.umlgraph</groupId>
727                         <artifactId>umlgraph</artifactId>
728                         <version>5.6</version>
729                     </docletArtifact>
730                     <additionalparam>-views</additionalparam>
731                     <useStandardDocletOptions>true</useStandardDocletOptions>
732                 </configuration>
733             </plugin>
734         </plugins>
735     </reporting>
736 </project>