Skip to content

Commit

Permalink
[highsource#465] create empty org.jvnet.jaxb2_commons:jaxb2-basics-ru…
Browse files Browse the repository at this point in the history
…ntime project
  • Loading branch information
laurentschoelens committed Jun 10, 2024
1 parent c3488a9 commit 264d37f
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
40 changes: 40 additions & 0 deletions basics/jaxb2-basics-runtime/pom.xml
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-basics-project</artifactId>
<version>2.0.10-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 basics/jaxb2-basics-runtime/src/main/javadoc/README.md
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 basics/jaxb2-basics-runtime/src/main/resources/README.md
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
1 change: 1 addition & 0 deletions basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<name>JAXB Tools :: JAXB Basics :: Project</name>
<description>JAXB Basics is a part of JAXB Tools project which implements plugins and tools for JAXB implementation.</description>
<modules>
<module>jaxb2-basics-runtime</module>
<module>ant</module>
<module>runtime</module>
<module>tools</module>
Expand Down

0 comments on commit 264d37f

Please sign in to comment.