Skip to content

Commit

Permalink
Changed to org.jvnet.jaxb::jaxb-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jan 5, 2024
1 parent 8b5379c commit 7af6f6f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ See https://github.com/phax/ph-jaxb-pom#gradle-usage for help on this specific i

# News and noteworthy

* v7.1.2 - work in progress
* Switched JAXB Maven plugin to `org.jvnet.jaxb:jaxb-maven-plugin`
* v7.1.1 - 2023-07-31
* Updated to ph-commons 11.1
* v7.1.0 - 2023-04-22
Expand Down
17 changes: 12 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
</developers>

<properties>
<jaxb-plugin.group>com.helger.maven</jaxb-plugin.group>
<jaxb-plugin.artifact>jaxb40-maven-plugin</jaxb-plugin.artifact>
<jaxb-plugin.version>0.16.1</jaxb-plugin.version>
<jaxb-plugin.group>org.jvnet.jaxb</jaxb-plugin.group>
<jaxb-plugin.artifact>jaxb-maven-plugin</jaxb-plugin.artifact>
<jaxb-plugin.version>4.0.0</jaxb-plugin.version>
<ph-jaxb-plugin.version>4.0.3</ph-jaxb-plugin.version>
</properties>

Expand Down Expand Up @@ -147,8 +147,15 @@
<configuration>
<instructions>
<Automatic-Module-Name>com.helger.genericode</Automatic-Module-Name>
<Export-Package>com.helger.cva.*,
com.helger.genericode.*</Export-Package>
<Export-Package>
com.helger.cva,
com.helger.cva.v10,
com.helger.genericode,
com.helger.genericode.builder,
com.helger.genericode.excel,
com.helger.genericode.v04,
com.helger.genericode.v10
</Export-Package>
<Import-Package>!javax.annotation.*,*</Import-Package>
</instructions>
</configuration>
Expand Down

0 comments on commit 7af6f6f

Please sign in to comment.