185 lines
6.2 KiB
Diff
185 lines
6.2 KiB
Diff
From b86f70e56a7e9e23564f7c7794c7ed39e13bc4e2 Mon Sep 17 00:00:00 2001
|
|
From: Michal Srb <msrb@redhat.com>
|
|
Date: Mon, 4 Mar 2013 13:53:57 +0100
|
|
Subject: [PATCH] change artifactIds
|
|
|
|
---
|
|
plexus-compiler-api/pom.xml | 4 ++--
|
|
plexus-compiler-manager/pom.xml | 6 +++---
|
|
plexus-compilers/plexus-compiler-csharp/pom.xml | 4 ++--
|
|
plexus-compilers/plexus-compiler-eclipse/pom.xml | 4 ++--
|
|
plexus-compilers/plexus-compiler-javac/pom.xml | 4 ++--
|
|
plexus-compilers/plexus-compiler-jikes/pom.xml | 4 ++--
|
|
plexus-compilers/pom.xml | 6 +++---
|
|
pom.xml | 4 ++--
|
|
8 files changed, 18 insertions(+), 18 deletions(-)
|
|
|
|
diff --git a/plexus-compiler-api/pom.xml b/plexus-compiler-api/pom.xml
|
|
index 3edcf43..dfce09a 100644
|
|
--- a/plexus-compiler-api/pom.xml
|
|
+++ b/plexus-compiler-api/pom.xml
|
|
@@ -4,11 +4,11 @@
|
|
|
|
<parent>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-compiler</artifactId>
|
|
+ <artifactId>plexus-compiler-temp</artifactId>
|
|
<version>2.1</version>
|
|
</parent>
|
|
|
|
- <artifactId>plexus-compiler-api</artifactId>
|
|
+ <artifactId>plexus-compiler-api-temp</artifactId>
|
|
|
|
<name>Plexus Compiler Api</name>
|
|
<description>Plexus Compilers component's API to manipulate compilers.</description>
|
|
diff --git a/plexus-compiler-manager/pom.xml b/plexus-compiler-manager/pom.xml
|
|
index 8e8e561..0247f23 100644
|
|
--- a/plexus-compiler-manager/pom.xml
|
|
+++ b/plexus-compiler-manager/pom.xml
|
|
@@ -4,18 +4,18 @@
|
|
|
|
<parent>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-compiler</artifactId>
|
|
+ <artifactId>plexus-compiler-temp</artifactId>
|
|
<version>2.1</version>
|
|
</parent>
|
|
|
|
- <artifactId>plexus-compiler-manager</artifactId>
|
|
+ <artifactId>plexus-compiler-manager-temp</artifactId>
|
|
|
|
<name>Plexus Compiler Manager</name>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-compiler-api</artifactId>
|
|
+ <artifactId>plexus-compiler-api-temp</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|
|
diff --git a/plexus-compilers/plexus-compiler-csharp/pom.xml b/plexus-compilers/plexus-compiler-csharp/pom.xml
|
|
index a069836..aaeec22 100644
|
|
--- a/plexus-compilers/plexus-compiler-csharp/pom.xml
|
|
+++ b/plexus-compilers/plexus-compiler-csharp/pom.xml
|
|
@@ -4,11 +4,11 @@
|
|
|
|
<parent>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-compilers</artifactId>
|
|
+ <artifactId>plexus-compilers-temp</artifactId>
|
|
<version>2.1</version>
|
|
</parent>
|
|
|
|
- <artifactId>plexus-compiler-csharp</artifactId>
|
|
+ <artifactId>plexus-compiler-csharp-temp</artifactId>
|
|
|
|
<name>Plexus C# Compiler</name>
|
|
<description>C# Compiler support for Plexus Compiler component.</description>
|
|
diff --git a/plexus-compilers/plexus-compiler-eclipse/pom.xml b/plexus-compilers/plexus-compiler-eclipse/pom.xml
|
|
index 5040ba7..d7812c5 100644
|
|
--- a/plexus-compilers/plexus-compiler-eclipse/pom.xml
|
|
+++ b/plexus-compilers/plexus-compiler-eclipse/pom.xml
|
|
@@ -4,11 +4,11 @@
|
|
|
|
<parent>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-compilers</artifactId>
|
|
+ <artifactId>plexus-compilers-temp</artifactId>
|
|
<version>2.1</version>
|
|
</parent>
|
|
|
|
- <artifactId>plexus-compiler-eclipse</artifactId>
|
|
+ <artifactId>plexus-compiler-eclipse-temp</artifactId>
|
|
|
|
<name>Plexus Eclipse Compiler</name>
|
|
<description>Eclipse Compiler support for Plexus Compiler component.</description>
|
|
diff --git a/plexus-compilers/plexus-compiler-javac/pom.xml b/plexus-compilers/plexus-compiler-javac/pom.xml
|
|
index 24971bf..65493df 100644
|
|
--- a/plexus-compilers/plexus-compiler-javac/pom.xml
|
|
+++ b/plexus-compilers/plexus-compiler-javac/pom.xml
|
|
@@ -4,11 +4,11 @@
|
|
|
|
<parent>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-compilers</artifactId>
|
|
+ <artifactId>plexus-compilers-temp</artifactId>
|
|
<version>2.1</version>
|
|
</parent>
|
|
|
|
- <artifactId>plexus-compiler-javac</artifactId>
|
|
+ <artifactId>plexus-compiler-javac-temp</artifactId>
|
|
|
|
<name>Plexus Javac Component</name>
|
|
<description>Javac Compiler support for Plexus Compiler component.</description>
|
|
diff --git a/plexus-compilers/plexus-compiler-jikes/pom.xml b/plexus-compilers/plexus-compiler-jikes/pom.xml
|
|
index b81ec41..20efed5 100644
|
|
--- a/plexus-compilers/plexus-compiler-jikes/pom.xml
|
|
+++ b/plexus-compilers/plexus-compiler-jikes/pom.xml
|
|
@@ -4,11 +4,11 @@
|
|
|
|
<parent>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-compilers</artifactId>
|
|
+ <artifactId>plexus-compilers-temp</artifactId>
|
|
<version>2.1</version>
|
|
</parent>
|
|
|
|
- <artifactId>plexus-compiler-jikes</artifactId>
|
|
+ <artifactId>plexus-compiler-jikes-temp</artifactId>
|
|
|
|
<name>Plexus Jikes Compiler</name>
|
|
<description>Jikes Compiler support for Plexus Compiler component.</description>
|
|
diff --git a/plexus-compilers/pom.xml b/plexus-compilers/pom.xml
|
|
index a20a7c7..886aab9 100644
|
|
--- a/plexus-compilers/pom.xml
|
|
+++ b/plexus-compilers/pom.xml
|
|
@@ -4,11 +4,11 @@
|
|
|
|
<parent>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-compiler</artifactId>
|
|
+ <artifactId>plexus-compiler-temp</artifactId>
|
|
<version>2.1</version>
|
|
</parent>
|
|
|
|
- <artifactId>plexus-compilers</artifactId>
|
|
+ <artifactId>plexus-compilers-temp</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Plexus Compilers</name>
|
|
@@ -29,7 +29,7 @@
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-compiler-api</artifactId>
|
|
+ <artifactId>plexus-compiler-api-temp</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
diff --git a/pom.xml b/pom.xml
|
|
index 5dd60df..153aa5c 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -9,7 +9,7 @@
|
|
<version>1.3.1</version>
|
|
</parent>
|
|
|
|
- <artifactId>plexus-compiler</artifactId>
|
|
+ <artifactId>plexus-compiler-temp</artifactId>
|
|
<version>2.1</version>
|
|
<packaging>pom</packaging>
|
|
|
|
@@ -38,7 +38,7 @@
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-compiler-api</artifactId>
|
|
+ <artifactId>plexus-compiler-api-temp</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
--
|
|
1.8.1.2
|
|
|