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