Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Added deprecation note
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jan 5, 2024
1 parent 456e857 commit fcbc7d0
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# JAXB Maven Plugin (jvnet)
# JAXB Maven Plugin (jvnet) - DEPRECATED FORK

# Use https://github.com/highsource/jaxb-tools instead

Instead of
```xml
<groupId>com.helger.maven</groupId>
<artifactId>jaxb40-maven-plugin</artifactId>
<version>0.16.1</version>
```

use
```xml
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-maven-plugin</artifactId>
<version>4.0.0</version>
```

and you should be good to go (worked for my repos)

** old readme **

[![CI](https://github.com/evolvedbinary/maven-jaxb2-plugin/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/evolvedbinary/jvnet-jaxb-maven-plugin/actions/workflows/ci.yml)
[![Maven Central](https://img.shields.io/maven-central/v/com.helger.maven/jaxb-maven-plugin-project.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.helger.maven%22%20AND%20a:%22jaxb-maven-plugin-project%22)
Expand Down

0 comments on commit fcbc7d0

Please sign in to comment.