You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2017/11/28 20:09:42 UTC

aries-jax-rs-whiteboard git commit: don't install or deploy example or itests, eliminate multiple asc files, remove warning on parent pom

Repository: aries-jax-rs-whiteboard
Updated Branches:
  refs/heads/master aec6ebe6d -> ede757ba6


don't install or deploy example or itests, eliminate multiple asc files, remove warning on parent pom


Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/ede757ba
Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/ede757ba
Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/ede757ba

Branch: refs/heads/master
Commit: ede757ba6061cb52019b6c385b2f544c3f6cb9a0
Parents: aec6ebe
Author: Raymond Auge <ro...@apache.org>
Authored: Tue Nov 28 15:09:08 2017 -0500
Committer: Raymond Auge <ro...@apache.org>
Committed: Tue Nov 28 15:09:08 2017 -0500

----------------------------------------------------------------------
 javax.jax.rs-api/pom.xml |  1 -
 jax-rs.example/pom.xml   |  5 ++++
 jax-rs.itests/pom.xml    |  5 ++++
 pom.xml                  | 68 -------------------------------------------
 4 files changed, 10 insertions(+), 69 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/ede757ba/javax.jax.rs-api/pom.xml
----------------------------------------------------------------------
diff --git a/javax.jax.rs-api/pom.xml b/javax.jax.rs-api/pom.xml
index bacccf1..a79f084 100644
--- a/javax.jax.rs-api/pom.xml
+++ b/javax.jax.rs-api/pom.xml
@@ -25,7 +25,6 @@
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
         <version>0.0.1-SNAPSHOT</version>
-        <relativePath />
     </parent>
 
     <groupId>org.apache.aries.spec</groupId>

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/ede757ba/jax-rs.example/pom.xml
----------------------------------------------------------------------
diff --git a/jax-rs.example/pom.xml b/jax-rs.example/pom.xml
index 3981b1a..7752918 100644
--- a/jax-rs.example/pom.xml
+++ b/jax-rs.example/pom.xml
@@ -29,6 +29,11 @@
     <description>Apache Aries JAX-RS Executable Example</description>
     <name>Apache Aries JAX-RS Executable Example</name>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <build>
         <plugins>
             <plugin>

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/ede757ba/jax-rs.itests/pom.xml
----------------------------------------------------------------------
diff --git a/jax-rs.itests/pom.xml b/jax-rs.itests/pom.xml
index 0a20016..5ed30c5 100644
--- a/jax-rs.itests/pom.xml
+++ b/jax-rs.itests/pom.xml
@@ -32,6 +32,11 @@
     <description>Apache Aries JAX-RS Integration Tests</description>
     <name>Apache Aries JAX-RS Integration Tests</name>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <build>
         <plugins>
             <plugin>

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/ede757ba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 12e0f62..e8b674c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,35 +146,10 @@
                     <configuration>
                         <source>1.8</source>
                         <target>1.8</target>
-                        <encoding>UTF-8</encoding>
                     </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.7</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-gpg-plugin</artifactId>
-                    <version>1.4</version>
-                    <executions>
-                        <execution>
-                            <id>sign-artifacts</id>
-                            <phase>verify</phase>
-                            <goals>
-                                <goal>sign</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-install-plugin</artifactId>
-                    <version>2.5.2</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
                     <version>3.0.1</version>
                     <configuration>
@@ -183,49 +158,6 @@
                         </archive>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.10.3</version>
-                    <executions>
-                        <execution>
-                            <id>attach-javadocs</id>
-                            <goals>
-                                <goal>jar</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>2.5.1</version>
-                    <configuration>
-                        <autoVersionSubmodules>true</autoVersionSubmodules>
-                        <pushChanges>false</pushChanges>
-                        <localCheckout>true</localCheckout>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.scm</groupId>
-                    <artifactId>maven-scm-providers-git</artifactId>
-                    <version>(,1.4]</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <version>${surefire.version}</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>${surefire.version}</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>build-helper-maven-plugin</artifactId>
-                    <version>1.8</version>
-                </plugin>
             </plugins>
         </pluginManagement>
     </build>