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 <[email protected]> Authored: Mon Jan 30 10:28:22 2017 -0500 Committer: Daniel Kulp <[email protected]> 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>
