Skip to content

Commit e4fe8cf

Browse files
committed
Some pom.xml cleanup.
1 parent 8391b8b commit e4fe8cf

File tree

8 files changed

+1
-16
lines changed

8 files changed

+1
-16
lines changed

ant/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.jvnet.jaxb2_commons</groupId>
65
<artifactId>jaxb2-basics-ant</artifactId>
76
<packaging>jar</packaging>
87
<name>JAXB2 Basics - Ant Task</name>
98
<parent>
109
<groupId>org.jvnet.jaxb2_commons</groupId>
1110
<artifactId>jaxb2-basics-project</artifactId>
1211
<version>0.9.2-SNAPSHOT</version>
13-
<relativePath>../pom.xml</relativePath>
1412
</parent>
1513
<dependencies>
1614
<dependency>

basic/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.jvnet.jaxb2_commons</groupId>
65
<artifactId>jaxb2-basics</artifactId>
76
<packaging>jar</packaging>
87
<version>0.9.2-SNAPSHOT</version>
@@ -11,7 +10,6 @@
1110
<groupId>org.jvnet.jaxb2_commons</groupId>
1211
<artifactId>jaxb2-basics-project</artifactId>
1312
<version>0.9.2-SNAPSHOT</version>
14-
<relativePath>../pom.xml</relativePath>
1513
</parent>
1614
<dependencies>
1715
<dependency>

plugins/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>org.jvnet.jaxb2_commons</groupId>
43
<artifactId>jaxb2-basics-plugins</artifactId>
54
<packaging>jar</packaging>
65
<name>JAXB2 Basics - Full Plugins JAR</name>
76
<parent>
87
<groupId>org.jvnet.jaxb2_commons</groupId>
98
<artifactId>jaxb2-basics-project</artifactId>
109
<version>0.9.2-SNAPSHOT</version>
11-
<relativePath>../pom.xml</relativePath>
1210
</parent>
1311
<dependencies>
1412
<dependency>

runtime/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.jvnet.jaxb2_commons</groupId>
65
<artifactId>jaxb2-basics-runtime</artifactId>
76
<version>0.9.2-SNAPSHOT</version>
87
<packaging>jar</packaging>
@@ -11,7 +10,6 @@
1110
<groupId>org.jvnet.jaxb2_commons</groupId>
1211
<artifactId>jaxb2-basics-project</artifactId>
1312
<version>0.9.2-SNAPSHOT</version>
14-
<relativePath>../pom.xml</relativePath>
1513
</parent>
1614
<dependencies>
1715
<dependency>

samples/basic/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.jvnet.jaxb2_commons</groupId>
65
<artifactId>jaxb2-basics-sample-basic</artifactId>
76
<packaging>pom</packaging>
87
<name>JAXB2 Basics - Sample [basic]</name>
98
<parent>
109
<groupId>org.jvnet.jaxb2_commons</groupId>
1110
<artifactId>jaxb2-basics-samples</artifactId>
1211
<version>0.9.2-SNAPSHOT</version>
13-
<relativePath>../pom.xml</relativePath>
1412
</parent>
1513
<dependencies>
1614
<dependency>

samples/po/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.jvnet.jaxb2_commons</groupId>
65
<artifactId>jaxb2-basics-sample-po</artifactId>
76
<packaging>pom</packaging>
87
<name>JAXB2 Basics - Sample [po]</name>
98
<parent>
109
<groupId>org.jvnet.jaxb2_commons</groupId>
1110
<artifactId>jaxb2-basics-samples</artifactId>
1211
<version>0.9.2-SNAPSHOT</version>
13-
<relativePath>../pom.xml</relativePath>
1412
</parent>
1513
<dependencies>
1614
<dependency>

samples/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.jvnet.jaxb2_commons</groupId>
65
<artifactId>jaxb2-basics-samples</artifactId>
76
<packaging>pom</packaging>
87
<name>JAXB2 Basics - Samples</name>
98
<parent>
109
<groupId>org.jvnet.jaxb2_commons</groupId>
1110
<artifactId>jaxb2-basics-project</artifactId>
1211
<version>0.9.2-SNAPSHOT</version>
13-
<relativePath>../pom.xml</relativePath>
1412
</parent>
1513
<modules>
1614
<module>po</module>
1715
<module>basic</module>
16+
<module>po-simple</module>
1817
</modules>
1918
<build>
2019
<defaultGoal>install</defaultGoal>

testing/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.jvnet.jaxb2_commons</groupId>
65
<artifactId>jaxb2-basics-testing</artifactId>
76
<packaging>jar</packaging>
87
<name>JAXB2 Basics - Testing</name>
98
<parent>
109
<groupId>org.jvnet.jaxb2_commons</groupId>
1110
<artifactId>jaxb2-basics-project</artifactId>
1211
<version>0.9.2-SNAPSHOT</version>
13-
<relativePath>../pom.xml</relativePath>
1412
</parent>
1513
<dependencies>
1614
<dependency>

0 commit comments

Comments
 (0)