forked from highsource/jaxb-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[highsource#465] create empty org.jvnet.jaxb2_commons:jaxb2-basics-ru…
…ntime project
- Loading branch information
1 parent
8063620
commit 2b98910
Showing
4 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.jvnet.jaxb2_commons</groupId> | ||
<artifactId>jaxb2-basics-runtime</artifactId> | ||
<packaging>jar</packaging> | ||
<name>JAXB Tools :: JAXB2 Basics :: Runtime [EMPTY]</name> | ||
<description> | ||
This is an empty jar to override | ||
org.jvnet.jaxb2_commons:jaxb2-basics-runtime versions below v2 | ||
when you have both org.jvnet.jaxb2_commons:jaxb2-basics-runtime and | ||
org.jvnet.jaxb:jaxb2-basics-runtime artifacts in the same application. | ||
See https://github.com/highsource/jaxb-tools/issues/465 | ||
</description> | ||
<parent> | ||
<groupId>org.jvnet.jaxb</groupId> | ||
<artifactId>jaxb-plugins-project</artifactId> | ||
<version>4.0.7-SNAPSHOT</version> | ||
</parent> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jar-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>empty-javadoc</id> | ||
<goals> | ||
<goal>jar</goal> | ||
</goals> | ||
<configuration> | ||
<classifier>javadoc</classifier> | ||
<skipIfEmpty>false</skipIfEmpty> | ||
<classesDirectory>${basedir}/src/main/javadoc</classesDirectory> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</project> |
8 changes: 8 additions & 0 deletions
8
jaxb-plugins-parent/jaxb2-basics-runtime/src/main/javadoc/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Empty jaxb2-basics-runtime | ||
|
||
This is an empty jar to override | ||
`org.jvnet.jaxb2_commons:jaxb2-basics-runtime` versions below v2 | ||
when you have both `org.jvnet.jaxb2_commons:jaxb2-basics-runtime` and | ||
`org.jvnet.jaxb:jaxb2-basics-runtime` artifacts in the same application. | ||
|
||
See https://github.com/highsource/jaxb-tools/issues/465 |
8 changes: 8 additions & 0 deletions
8
jaxb-plugins-parent/jaxb2-basics-runtime/src/main/resources/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Empty jaxb2-basics-runtime | ||
|
||
This is an empty jar to override | ||
`org.jvnet.jaxb2_commons:jaxb2-basics-runtime` versions below v2 | ||
when you have both `org.jvnet.jaxb2_commons:jaxb2-basics-runtime` and | ||
`org.jvnet.jaxb:jaxb2-basics-runtime` artifacts in the same application. | ||
|
||
See https://github.com/highsource/jaxb-tools/issues/465 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters