You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2017/01/30 15:42:09 UTC

[1/2] cxf git commit: Remove some plugins that aren't needed and cause issues

Repository: cxf
Updated Branches:
  refs/heads/master 4a7236266 -> 76d165c9f


Remove some plugins that aren't needed and cause issues


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f7188f5f
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f7188f5f
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f7188f5f

Branch: refs/heads/master
Commit: f7188f5fceee3b6a978a8691990a5d83b949b4ec
Parents: 4a72362
Author: Daniel Kulp <dk...@apache.org>
Authored: Mon Jan 30 10:28:22 2017 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Mon Jan 30 10:28:52 2017 -0500

----------------------------------------------------------------------
 rt/rs/security/oauth-parent/oauth2/pom.xml | 14 --------------
 rt/rs/security/sso/oidc/pom.xml            | 14 --------------
 2 files changed, 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/f7188f5f/rt/rs/security/oauth-parent/oauth2/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml
index a58a05f..600195d 100644
--- a/rt/rs/security/oauth-parent/oauth2/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2/pom.xml
@@ -236,20 +236,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <version>3.0.1</version>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>jar-no-fork</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
       <!-- this configures the surefire plugin to run your tests with the javaagent enabled -->
       <!-- (openJPA loadtime weaving) -->
       <plugin>

http://git-wip-us.apache.org/repos/asf/cxf/blob/f7188f5f/rt/rs/security/sso/oidc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml
index 06bfdfb..05ac86c 100644
--- a/rt/rs/security/sso/oidc/pom.xml
+++ b/rt/rs/security/sso/oidc/pom.xml
@@ -189,20 +189,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <version>3.0.1</version>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>jar-no-fork</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
       <!-- this configures the surefire plugin to run your tests with the javaagent enabled -->
       <!-- (openJPA loadtime weaving) -->
       <plugin>


[2/2] cxf git commit: Fix relative path for parent pom

Posted by dk...@apache.org.
Fix relative path for parent pom


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/76d165c9
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/76d165c9
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/76d165c9

Branch: refs/heads/master
Commit: 76d165c9f7d76de1e333eded6106fa0cc186131b
Parents: f7188f5
Author: Daniel Kulp <dk...@apache.org>
Authored: Mon Jan 30 10:30:07 2017 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Mon Jan 30 10:30:07 2017 -0500

----------------------------------------------------------------------
 .../src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/76d165c9/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml b/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml
index 102cdf1..bc28ee7 100644
--- a/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml
@@ -27,7 +27,7 @@
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
         <version>3.2.0-SNAPSHOT</version>
-        <relativePath>../..</relativePath>
+        <relativePath>..</relativePath>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>