Skip to content

Commit

Permalink
[#375] Rename jaxb2-basics to jaxb-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrpav authored and laurentschoelens committed Sep 21, 2023
1 parent 7980fac commit af41c00
Show file tree
Hide file tree
Showing 123 changed files with 51 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public Object copy(ObjectLocator locator, Object object,
}.copy(new DefaultRootObjectLocator(a), a);

assertSame(a1.b.a.b, a1.b);
// BUG: See https://github.com/highsource/jaxb2-basics/issues/92
// BUG: See https://github.com/highsource/jaxb-tools/issues/92
// assertSame(a1.b.a, a1);
}

Expand Down
2 changes: 1 addition & 1 deletion basics/jaxb-plugins-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependencies>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions basics/basic/pom.xml → basics/jaxb-plugins/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<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>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
<packaging>jar</packaging>
<name>JAXB Tools :: JAXB Basics :: Basic Plugins</name>
<name>JAXB Tools :: JAXB Plugins :: Plugins</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
</parent>
<artifactId>jaxb-basics-project</artifactId>
<packaging>pom</packaging>
<name>JAXB Tools :: JAXB Basics :: Project</name>
<name>JAXB Tools :: JAXB Plugins :: Project</name>
<description>JAXB Basics is a part of JAXB Tools project which implements plugins and tools for JAXB implementation.</description>
<modules>
<module>jaxb-plugins-ant</module>
<module>jaxb-plugins-runtime</module>
<module>jaxb-plugins-tools</module>
<module>jaxb-plugins-testing</module>
<module>basic</module>
<module>jaxb-plugins</module>
<module>jaxb-plugins-shaded</module>
</modules>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/basic/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/cxf/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/po-simple/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/po/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions basics/tests/JAXB-1058/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</dependency>
</dependencies>
<build>
Expand All @@ -35,7 +35,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/commons_lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/defaultvalue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/episodes/a/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/episodes/b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
<episodes>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/ignoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions basics/tests/issues/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -55,7 +55,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/namespace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions basics/tests/one/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</dependency>
</dependencies>
<build>
Expand All @@ -39,7 +39,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/po/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/qa-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/qa-strategic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions basics/tests/simple-hashCode-equals-01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</dependency>
</dependencies>
<build>
Expand All @@ -32,12 +32,12 @@
<args>
<arg>-XsimpleEquals</arg>
<arg>-XsimpleHashCode</arg>
<!-- arg>-XsimpleToString</arg-->
<!-- arg>-XsimpleToString</arg-->
</args>
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions basics/tests/simplify-01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand All @@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions basics/tests/simplify-02/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand All @@ -39,7 +39,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/superclass/a/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions basics/tests/superclass/b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -45,7 +45,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions basics/tests/wildcard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</dependency>
</dependencies>
<build>
Expand All @@ -35,7 +35,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/zj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion jaxb-annotate-parent/tests/issues/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxb-annotate-parent/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions maven-plugin/plugin/src/test/resources/test-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<dependencies>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -41,7 +41,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
</plugin>
</plugins>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/samples/jaxbplugins/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions maven-plugin/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics</artifactId>
<artifactId>jaxb-plugins</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -44,7 +44,7 @@
<executions>
<execution>
<id>maven-assembly</id>
<!--phase>package</phase-->
<!--phase>package</phase-->
<phase>none</phase>
<goals>
<goal>single</goal>
Expand Down
Loading

0 comments on commit af41c00

Please sign in to comment.