Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.

Commit

Permalink
#1 repair pom
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Oct 27, 2017
1 parent d50549e commit ff4efd2
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/emc-metalnx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,23 @@

<build>
<plugins>
<!-- Plugin required to build java classes from XSD using XJC -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<goals>
<goal>xjc</goal>
</goals>
</execution>
</executions>
<configuration>
<!-- The name of your generated source package -->
<arguments>-extension -npa -b "${project.basedir}/src/main/xsd/global.xjb"</arguments>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
Expand Down Expand Up @@ -241,24 +258,7 @@
</execution>
</executions>
</plugin>
<!-- Plugin required to build java classes from XSD using XJC -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<goals>
<goal>xjc</goal>
</goals>
</execution>
</executions>
<configuration>
<!-- The name of your generated source package -->
<arguments>-extension -npa -b
"${project.basedir}/src/main/xsd/global.xjb"</arguments>
</configuration>
</plugin>


</plugins>
</build>
Expand Down

0 comments on commit ff4efd2

Please sign in to comment.