Skip to content

Commit

Permalink
[DICE-UNC#37] Update version and configuration for jaxb2-maven-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Aug 28, 2024
1 parent ebfe199 commit b66d536
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions emc-metalnx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>1.5</version>
<version>2.5.0</version>
<executions>
<execution>
<goals>
Expand All @@ -108,7 +108,18 @@
</executions>
<configuration>
<!-- The name of your generated source package -->
<arguments>-extension -npa -b "${project.basedir}/src/main/xsd/global.xjb"</arguments>
<noPackageLevelAnnotations>true</noPackageLevelAnnotations>
<xjcSourceExcludeFilters>
<filter implementation="org.codehaus.mojo.jaxb2.shared.filters.pattern.PatternFileFilter">
<patterns>
<pattern>\.xjb</pattern>
</patterns>
</filter>
</xjcSourceExcludeFilters>
<xjbSources>
<xjbSource>${project.basedir}/src/main/xsd/global.xjb</xjbSource>
</xjbSources>
<verbose>false</verbose>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit b66d536

Please sign in to comment.