Merge "Can't compile because 1.0.0 internal dependency"
[aai/aai-service.git] / ajsc-aai / pom.xml
1 <?xml version="1.0"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <parent>
6     <groupId>org.openecomp.aai.aai-service</groupId>
7     <artifactId>aai-service</artifactId>
8     <version>1.1.0-SNAPSHOT</version>
9   </parent>
10   <artifactId>ajsc-aai</artifactId>
11   <name>ajsc</name>
12   <url>http://maven.apache.org</url>
13   <properties>
14                 <dockerLocation>${basedir}/target/swm/package/nix/dist_files/</dockerLocation>
15                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16                 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 
17                 <skipTests>false</skipTests>
18         <!-- sonar properties -->
19                 <sonar.language>java</sonar.language>
20                 <docker.image.version>1.0.0</docker.image.version>
21                 <timestamp>${maven.build.timestamp}</timestamp>
22                 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
23         <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
24         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
25         <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
26         <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
27         <sonar.projectVersion>${project.version}</sonar.projectVersion>
28   </properties>
29   <dependencies>
30                 <!-- AJSC related dependencies -->
31                 <dependency>
32                         <groupId>com.att.ajsc</groupId>
33                         <artifactId>ajsc-runner</artifactId>
34                         <version>${ajscRuntimeVersion}</version>
35                 </dependency>
36                 <dependency>
37                         <groupId>com.att.ajsc</groupId>
38                         <artifactId>ajsc-core</artifactId>
39                         <version>${ajscRuntimeVersion}</version>
40                         <scope>provided</scope>
41                 </dependency>
42                 
43                 <dependency>
44                         <groupId>dom4j</groupId>
45                         <artifactId>dom4j</artifactId>
46                         <version>1.6.1</version>
47                 </dependency>
48
49                 <dependency>
50                         <groupId>commons-lang</groupId>
51                         <artifactId>commons-lang</artifactId>
52                         <version>2.6</version>
53                 </dependency>
54
55                 <dependency> 
56                         <groupId>com.att.eelf</groupId> 
57                         <artifactId>eelf-core</artifactId> 
58                         <version>0.0.1</version> 
59                 </dependency> 
60  
61                 <dependency> 
62                         <groupId>com.att.eelf</groupId> 
63                         <artifactId>eelf-maven-plugin</artifactId> 
64                         <version>0.0.1</version> 
65                 </dependency>
66
67                 <dependency>
68                         <groupId>ch.qos.logback</groupId>
69                         <artifactId>logback-core</artifactId>
70                         <version>1.1.7</version>
71                 </dependency>
72
73                 <dependency>
74                         <groupId>ch.qos.logback</groupId>
75                         <artifactId>logback-classic</artifactId>
76                         <version>1.1.7</version>
77                 </dependency>
78
79                 <dependency>
80                         <groupId>ch.qos.logback</groupId>
81                         <artifactId>logback-access</artifactId>
82                         <version>1.1.7</version>
83                 </dependency>
84
85                 <dependency>
86                         <groupId>org.codehaus.janino</groupId>
87                         <artifactId>janino</artifactId>
88                         <version>2.7.8</version>
89                 </dependency>
90
91                 <dependency>
92                         <groupId>commons-io</groupId>
93                         <artifactId>commons-io</artifactId>
94                 </dependency>
95                 <dependency>
96                         <groupId>commons-collections</groupId>
97                         <artifactId>commons-collections</artifactId>
98                 </dependency>
99                 <dependency>
100                         <groupId>jdk.tools</groupId>
101                         <artifactId>jdk.tools</artifactId>
102                         <version>1.8.0</version>
103                         <scope>system</scope>
104                         <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
105                 </dependency>
106                 <dependency>
107                         <groupId>junit</groupId>
108                         <artifactId>junit</artifactId>
109                         <scope>test</scope>
110                 </dependency>
111                 <dependency>
112                         <groupId>com.google.guava</groupId>
113                         <artifactId>guava</artifactId>
114                         <version>16.0</version>
115                 </dependency>
116                 <dependency>
117                         <groupId>com.thinkaurelius.titan</groupId>
118                         <artifactId>titan-core</artifactId>
119                         <version>1.0.0</version>
120                         <exclusions>
121                                 <exclusion>
122                                         <groupId>org.slf4j</groupId>
123                                         <artifactId>slf4j-log4j12</artifactId>
124                                 </exclusion>
125                         </exclusions>
126                 </dependency>
127                 <dependency>
128                         <groupId>com.thinkaurelius.titan</groupId>
129                         <artifactId>titan-hbase</artifactId>
130                         <version>1.0.0</version>
131                         <exclusions>
132                                 <exclusion>
133                                         <groupId>org.slf4j</groupId>
134                                         <artifactId>slf4j-log4j12</artifactId>
135                                 </exclusion>
136                         </exclusions>
137                 </dependency>
138                 <dependency>
139                         <groupId>org.apache.tinkerpop</groupId>
140                         <artifactId>tinkerpop</artifactId>
141                         <version>3.1.0-incubating</version>
142                         <type>pom</type>
143                 </dependency>
144                 <dependency>
145                         <groupId>org.apache.hbase</groupId>
146                         <artifactId>hbase-client</artifactId>
147                         <version>1.0.2</version>
148                         <exclusions>
149                                 <exclusion>
150                                         <groupId>org.slf4j</groupId>
151                                         <artifactId>slf4j-log4j12</artifactId>
152                                 </exclusion>
153                                 <exclusion>
154                                         <artifactId>log4j</artifactId>
155                                         <groupId>log4j</groupId>
156                                 </exclusion>
157                         </exclusions>
158                 </dependency>
159                 <dependency>
160                         <groupId>org.apache.hbase</groupId>
161                         <artifactId>hbase-protocol</artifactId>
162                         <version>1.0.2</version>
163                         <exclusions>
164                                 <exclusion>
165                                         <artifactId>log4j</artifactId>
166                                         <groupId>log4j</groupId>
167                                 </exclusion>
168                         </exclusions>
169                 </dependency>
170                 <dependency>
171                         <groupId>org.apache.hbase</groupId>
172                         <artifactId>hbase-common</artifactId>
173                         <version>1.0.2</version>
174                         <exclusions>
175                                 <exclusion>
176                                         <artifactId>log4j</artifactId>
177                                         <groupId>log4j</groupId>
178                                 </exclusion>
179                         </exclusions>
180                 </dependency>
181                 <dependency>
182                         <groupId>com.google.inject.extensions</groupId>
183                         <artifactId>guice-servlet</artifactId>
184                         <version>3.0</version>
185                 </dependency>
186                 <dependency>
187                         <groupId>com.google.inject</groupId>
188                         <artifactId>guice</artifactId>
189                         <version>3.0</version>
190                 </dependency>
191
192                 <dependency>
193                         <groupId>com.sun.jersey</groupId>
194                         <artifactId>jersey-json</artifactId>
195                         <version>1.18</version>
196                 </dependency>
197                 <dependency>
198                         <groupId>jivesoftware</groupId>
199                         <artifactId>smack</artifactId>
200                         <version>3.0.4</version>
201                 </dependency>
202
203                 <dependency>
204                         <groupId>com.fasterxml.jackson.jaxrs</groupId>
205                         <artifactId>jackson-jaxrs-json-provider</artifactId>
206                         <version>2.1.4</version>
207                 </dependency>
208                 <dependency>
209                         <groupId>com.googlecode.json-simple</groupId>
210                         <artifactId>json-simple</artifactId>
211                         <version>1.1.1</version>
212                 </dependency>
213                 <dependency>
214                         <groupId>com.sun.jersey</groupId>
215                         <artifactId>jersey-client</artifactId>
216                         <version>1.18</version>
217                 </dependency>
218                 <dependency>
219                         <groupId>org.springframework</groupId>
220                         <artifactId>spring-web</artifactId>
221                         <version>4.2.5.RELEASE</version>
222                 </dependency>
223                 <dependency>
224                         <groupId>org.springframework.ws</groupId>
225                         <artifactId>spring-ws</artifactId>
226                         <version>1.5.2</version>
227                         <!--<version>2.1.3-RELEASE</version> -->
228                 </dependency>
229                 <dependency>
230                         <groupId>org.springframework</groupId>
231                         <artifactId>spring-core</artifactId>
232                         <version>4.2.5.RELEASE</version>
233                 </dependency>
234                 <dependency>
235                         <groupId>org.mockito</groupId>
236                         <artifactId>mockito-all</artifactId>
237                         <version>1.10.19</version>
238                         <scope>test</scope>
239                 </dependency>
240
241                 <dependency>
242                         <groupId>org.powermock</groupId>
243                         <artifactId>powermock-module-junit4</artifactId>
244                         <version>1.6.2</version>
245                         <scope>test</scope>
246                 </dependency>
247                 <dependency>
248                         <groupId>org.powermock</groupId>
249                         <artifactId>powermock-api-mockito</artifactId>
250                         <version>1.6.2</version>
251                         <scope>test</scope>
252                 </dependency>
253                 <dependency>
254                         <groupId>com.beust</groupId>
255                         <artifactId>jcommander</artifactId>
256                         <version>1.48</version>
257                 </dependency>
258                 <dependency>
259                         <groupId>org.json</groupId>
260                         <artifactId>json</artifactId>
261                         <version>20090211</version>
262                 </dependency>
263                 <dependency>
264                         <groupId>org.freemarker</groupId>
265                         <artifactId>freemarker</artifactId>
266                         <version>2.3.14</version>
267                 </dependency>
268                 <dependency>
269                         <groupId>javax.xml.bind</groupId>
270                         <artifactId>jaxb-api</artifactId>
271                         <version>2.2.11</version>
272                 </dependency>
273                 <dependency>
274                         <groupId>com.sun.xml.bind</groupId>
275                         <artifactId>jaxb-impl</artifactId>
276                         <version>2.2.11</version>
277                 </dependency>
278                 <dependency>
279                         <groupId>com.sun.xml.bind</groupId>
280                         <artifactId>jaxb-core</artifactId>
281                         <version>2.2.11</version>
282                 </dependency>
283                 <dependency>
284                         <groupId>com.sun.xml.bind</groupId>
285                         <artifactId>jaxb-xjc</artifactId>
286                         <version>2.2.11</version>
287                 </dependency>
288                 <dependency>
289                         <groupId>org.eclipse.persistence</groupId>
290                         <artifactId>eclipselink</artifactId>
291                         <version>2.6.2</version>
292                 </dependency>
293                 <dependency>
294                         <groupId>org.eclipse.persistence</groupId>
295                         <artifactId>org.eclipse.persistence.moxy</artifactId>
296                         <version>2.6.2</version>
297                         <scope>compile</scope>
298                 </dependency>
299                 <dependency>
300                         <groupId>org.powermock</groupId>
301                         <artifactId>powermock-module-javaagent</artifactId>
302                         <version>1.6.2</version>
303                         <scope>test</scope>
304                 </dependency>
305                 <dependency>
306                         <groupId>org.powermock</groupId>
307                         <artifactId>powermock-module-junit4-rule-agent</artifactId>
308                         <version>1.6.2</version>
309                         <scope>test</scope>
310                 </dependency>
311                 <dependency>
312                         <groupId>com.github.fge</groupId>
313                         <artifactId>json-patch</artifactId>
314                         <version>1.9</version>
315                 </dependency>
316                 <dependency>
317                         <groupId>org.javatuples</groupId>
318                         <artifactId>javatuples</artifactId>
319                         <version>1.2</version>
320                         <scope>compile</scope>
321                 </dependency>
322                 <dependency>
323                         <groupId>com.google.code.gson</groupId>
324                         <artifactId>gson</artifactId>
325                         <version>2.7</version>
326                 </dependency>
327                 <dependency>
328                         <groupId>com.att.nsa</groupId>
329                         <artifactId>dmaapClient</artifactId>
330                         <version>0.2.12</version>
331                 </dependency>
332                 <dependency>
333                         <groupId>org.apache.httpcomponents</groupId>
334                         <artifactId>httpcore</artifactId>
335                         <version>4.4</version>
336                 </dependency>
337                 <dependency>
338                         <groupId>org.apache.activemq</groupId>
339                         <artifactId>activemq-broker</artifactId>
340                         <version>5.12.2</version>
341                 </dependency>   
342         <dependency>
343                 <groupId>org.openecomp.aai.aai-service</groupId>
344                 <artifactId>aai-schema</artifactId>
345                 <version>1.1.0-SNAPSHOT</version>
346         </dependency>
347         <dependency>
348                 <groupId>org.openecomp.aai.aai-service</groupId>
349                 <artifactId>annotations</artifactId>
350                 <version>1.1.0-SNAPSHOT</version>
351         </dependency>
352   </dependencies>
353   <build>
354     <finalName>aai</finalName>
355     <plugins>   
356                   <plugin>
357           <groupId>org.codehaus.mojo</groupId>
358           <artifactId>sonar-maven-plugin</artifactId>
359           <version>3.2</version>
360         </plugin>
361         <plugin>
362           <groupId>org.jacoco</groupId>
363           <artifactId>jacoco-maven-plugin</artifactId>
364           <version>0.7.7.201606060606</version>
365           <configuration>
366                 <dumpOnExit>true</dumpOnExit>
367           </configuration>
368           <executions>
369                 <execution>
370                   <id>jacoco-initialize-unit-tests</id>
371                   <goals>
372                         <goal>prepare-agent</goal>
373                   </goals>
374                   <configuration>
375                         <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
376                         <!-- <append>true</append> -->
377                   </configuration>
378                 </execution>
379           </executions>
380         </plugin>
381                          <plugin>
382                         <groupId>org.apache.maven.plugins</groupId>
383                         <artifactId>maven-resources-plugin</artifactId>
384                         <version>2.7</version>
385                         <executions>
386                             <execution>
387                                 <id>copy-docker-file</id>
388                                 <phase>package</phase>
389                                 <goals>
390                                     <goal>copy-resources</goal>
391                                 </goals>
392                                 <configuration>
393                                     <outputDirectory>${dockerLocation}</outputDirectory>
394                                     <overwrite>true</overwrite>
395                                     <resources>
396                                         <resource>
397                                             <directory>${basedir}/src/main/resources/docker</directory>
398                                             <filtering>true</filtering>
399                                             <includes>
400                                                 <include>**/*</include>
401                                             </includes>
402                                         </resource>
403                                     </resources>
404                                 </configuration>
405                             </execution>
406                             <execution>
407                                 <id>copy-commonlibs-file</id>
408                                 <phase>package</phase>
409                                 <goals>
410                                     <goal>copy-resources</goal>
411                                 </goals>
412                                 <configuration>
413                                     <outputDirectory>${dockerLocation}/commonLibs</outputDirectory>
414                                     <overwrite>true</overwrite>
415                                     <resources>
416                                         <resource>
417                                             <directory>${basedir}/target/commonLibs</directory>
418                                             <filtering>false</filtering>
419              
420                                             <includes>
421                                                 <include>*.jar</include>
422       
423                                             </includes>
424                                         </resource>
425                                     </resources>
426                                 </configuration>
427                             </execution>
428                         </executions>
429                     </plugin>
430                     <plugin>
431                         <groupId>com.spotify</groupId>
432                         <artifactId>docker-maven-plugin</artifactId>
433                         <version>0.4.11</version>
434                         <configuration>
435                                 <verbose>true</verbose>
436                                                 
437                                 <imageName>${docker.push.registry}/openecomp/${project.artifactId}</imageName>
438                             <dockerDirectory>${dockerLocation}</dockerDirectory>
439                             <serverId>docker-hub</serverId>                   
440                             <imageTags>
441                                 <imageTag>latest</imageTag>
442                             </imageTags>
443                             <forceTags>true</forceTags>
444                         </configuration>
445                     </plugin>
446                 <plugin>
447                         <groupId>org.jvnet.jaxb2.maven2</groupId>
448                                 <artifactId>maven-jaxb2-plugin</artifactId>
449                                 <version>0.13.1</version>
450                                 <executions>
451                                         <execution>
452                                                 <id>gen-xjc</id>
453                                                 <goals>
454                                                         <goal>generate</goal>
455                                                 </goals>
456                                         </execution>
457                                 </executions>
458                                 <configuration>
459                                         <extension>true</extension>
460                                         <args>
461                                                 <arg>-Xannotate</arg>
462                                         </args>
463                                         <generateDirectory>target/generated-sources</generateDirectory>
464                                         <schemaDirectory>src/main/aai_schema</schemaDirectory>
465                                         <bindingDirectory>src/main/xjb</bindingDirectory>
466                                         <plugins>
467                                                 <plugin>
468                                                         <groupId>org.jvnet.jaxb2_commons</groupId>
469                                                         <artifactId>jaxb2-basics-annotate</artifactId>
470                                                         <version>1.0.2</version>
471                                                 </plugin>
472                                                 <plugin>
473                                                         <groupId>org.jvnet.jaxb2_commons</groupId>
474                                                         <artifactId>jaxb2-basics</artifactId>
475                                                         <version>1.11.1</version>
476                                                 </plugin>
477                                                 <plugin>
478                                                         <groupId>org.jvnet.jaxb2_commons</groupId>
479                                                         <artifactId>jaxb2-basics-runtime</artifactId>
480                                                         <version>1.11.1</version>
481                                                 </plugin>
482                                                 <plugin>
483                                                         <groupId>org.jvnet.jaxb2_commons</groupId>
484                                                         <artifactId>jaxb2-basics-tools</artifactId>
485                                                         <version>1.11.1</version>
486                                                 </plugin>
487                                                 <plugin>
488                                                         <groupId>org.openecomp.aai.aai-service</groupId>
489                                                         <artifactId>annotations</artifactId>
490                                                         <version>${project.release}</version>
491                                                 </plugin>
492                                         </plugins>
493                                 </configuration>
494                         </plugin>
495                         <plugin>
496                                 <groupId>org.jsonschema2pojo</groupId>
497                                 <artifactId>jsonschema2pojo-maven-plugin</artifactId>
498                                 <version>0.4.13</version>
499                                 <configuration>
500                                         <sourceType>jsonschema</sourceType>
501                                         <sourceDirectory>src/main/resources/json</sourceDirectory>
502                                         <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
503                                         <annotationStyle>jackson2</annotationStyle>
504                                         <generateBuilders>true</generateBuilders>
505                                 </configuration>
506                         </plugin>
507                         <plugin>
508                                 <groupId>org.apache.maven.plugins</groupId>
509                                 <artifactId>maven-jar-plugin</artifactId>
510                                 <version>2.4</version>
511                                 <executions>
512                                         <execution>
513                                                 <id>aai-custom-jar</id>
514                                                 <phase>prepare-package</phase>
515                                                 <goals>
516                                                         <goal>jar</goal>
517                                                 </goals>
518                                                 <configuration>
519                                                         <includes>
520                                                                 <include>org/openecomp/aai/util/**/*</include>
521                                                         </includes>
522                                                         <finalName>aai-custom</finalName>
523                                                 </configuration>
524                                         </execution>
525                                         <execution>
526                                                 <id>aai-logging-jar</id>
527                                                 <phase>prepare-package</phase>
528                                                 <goals>
529                                                         <goal>jar</goal>
530                                                 </goals>
531                                                 <configuration>
532                                                         <includes>
533                                                                 <include>org/openecomp/aai/logging/**/*</include>
534                                                         </includes>
535                                                         <finalName>aai-logging</finalName>
536                                                 </configuration>
537                                         </execution>
538                                 </executions>
539                         </plugin>
540                         <plugin>
541                                 <groupId>org.apache.maven.plugins</groupId>
542                                 <artifactId>maven-dependency-plugin</artifactId>
543                                 <version>2.5.1</version>
544                                 <executions>
545                                         <execution>
546                                                 <id>copy-agent</id>
547                                                 <phase>process-test-classes</phase>
548                                                 <goals>
549                                                         <goal>copy</goal>
550                                                 </goals>
551                                                 <configuration>
552                                                         <artifactItems>
553                                                                 <artifactItem>
554                                                                         <groupId>org.powermock</groupId>
555                                                                         <artifactId>powermock-module-javaagent</artifactId>
556                                                                         <version>1.6.2</version>
557                                                                         <outputDirectory>${project.build.directory}/agents</outputDirectory>
558                                                                         <destFileName>powermock-javaagent.jar</destFileName>
559                                                                 </artifactItem>
560                                                         </artifactItems>
561                                                 </configuration>
562                                         </execution>
563                                 </executions>
564                         </plugin>
565                         <plugin>
566                             <groupId>org.apache.maven.plugins</groupId>
567                             <artifactId>maven-dependency-plugin</artifactId>
568                             <executions>
569                               <execution>
570                                 <id>unpack-schema-dependency</id>
571                                 <phase>initialize</phase>
572                                 <goals>
573                                   <goal>unpack</goal>
574                                 </goals>
575                               </execution>
576                             </executions>
577                             <configuration>
578                               <artifactItems>
579                                 <artifactItem>
580                                   <groupId>org.openecomp.aai.aai-service</groupId>
581                                   <artifactId>aai-schema</artifactId>
582                                   <version>1.1.0-SNAPSHOT</version>
583                                   <outputDirectory>bundleconfig-local/etc</outputDirectory>
584                                   <includes>oxm/*.xml</includes>
585                                 </artifactItem>
586                                 <artifactItem>
587                                   <groupId>org.openecomp.aai.aai-service</groupId>
588                                   <artifactId>aai-schema</artifactId>
589                                   <version>1.1.0-SNAPSHOT</version>
590                                   <outputDirectory>src/main</outputDirectory>
591                                   <includes>aai_schema/*.xsd</includes>
592                                 </artifactItem>
593                               </artifactItems>
594                               <!-- other configurations here -->
595                             </configuration>
596                           </plugin>
597                         <plugin>
598                                 <groupId>org.apache.maven.plugins</groupId>
599                                 <artifactId>maven-surefire-plugin</artifactId>
600                                 <version>2.19.1</version>
601                                 <configuration>
602                                         <skipTests>${skipTests}</skipTests>
603                                         <reuseForks>false</reuseForks>
604                                         <threadCount>1</threadCount> 
605                                         <argLine>-noverify ${argLine}</argLine>
606                                         <systemPropertyVariables>
607                                                 <AJSC_HOME>.</AJSC_HOME>
608                                                 <BUNDLECONFIG_DIR>bundleconfig-local</BUNDLECONFIG_DIR>
609                                         </systemPropertyVariables>
610                                 </configuration>
611                         </plugin>
612                         <plugin>
613                         <groupId>org.apache.maven.plugins</groupId>
614                         <artifactId>maven-deploy-plugin</artifactId>
615                         <executions>
616                                 <execution>
617                                 <id>default-deploy</id>
618                                 <phase>none</phase>
619                                 </execution>
620                                 </executions>
621                         </plugin> 
622                         </plugins>
623         </build>
624                 <profiles>
625                 <!-- Use this profile to run the AJSC locally. This profile can be successfully 
626                         shutdown WITHIN eclipse even in a Windows environment. Debugging is also 
627                         available with this profile. -->
628                 <profile>
629                         <id>passwordGenerator</id>
630                         <build>
631                                 <defaultGoal>initialize</defaultGoal>
632                                 <plugins>
633                                         <plugin>
634                                                 <groupId>org.codehaus.mojo</groupId>
635                                                 <artifactId>exec-maven-plugin</artifactId>
636                                                 <version>1.3.2</version>
637                                                 <executions>
638                                                         <execution>
639                                                                 <phase>initialize</phase>
640                                                                 <goals>
641                                                                         <goal>java</goal>
642                                                                 </goals>
643                                                                 <configuration>
644                                                                         <mainClass>org.eclipse.jetty.util.security.Password</mainClass>
645                                                                         <arguments>
646                                                                                 <argument>user</argument>
647                                                                                 <argument>changeit</argument>
648                                                                         </arguments>
649                                                                 </configuration>
650                                                         </execution>
651                                                 </executions>
652                                                 <configuration>
653                                                         <executable>java</executable>
654                                                 </configuration>
655                                         </plugin>                                       
656                                 </plugins>
657                         </build>
658                 </profile>
659         </profiles>
660 </project>