Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 759310223 -> c5069325b
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/6669f844 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/6669f844 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/6669f844 Branch: refs/heads/3.1.x-fixes Commit: 6669f84431bc34f2664d3a7f0e7b7cc972ab0971 Parents: 7593102 Author: Daniel Kulp <[email protected]> Authored: Mon Jan 30 10:28:22 2017 -0500 Committer: Daniel Kulp <[email protected]> Committed: Tue Feb 14 09:49:04 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/6669f844/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 2bfdbac..bf7cb6b 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/6669f844/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 b7e35ce..ac4400c 100644 --- a/rt/rs/security/sso/oidc/pom.xml +++ b/rt/rs/security/sso/oidc/pom.xml @@ -179,20 +179,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>
