Repository: bval Updated Branches: refs/heads/master 9f3215ebb -> a45376008
revert to create zip source archive only and attach that archive per inherited org.apache:apache config Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/a4537600 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/a4537600 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/a4537600 Branch: refs/heads/master Commit: a45376008bde4ad3046c426935b8a51c569458b8 Parents: 9f3215e Author: Matt Benson <[email protected]> Authored: Tue Oct 23 14:49:23 2018 -0500 Committer: Matt Benson <[email protected]> Committed: Tue Oct 23 14:49:23 2018 -0500 ---------------------------------------------------------------------- pom.xml | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/a4537600/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e042bc5..0d4ce0f 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,6 @@ <site.checkout>${user.home}/apache-bval-site</site.checkout> <site.url>scm:svn:https://svn.apache.org/repos/infra/websites/production/bval/content/mvnsite</site.url> <site.server>bval.site</site.server> - <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor> <built.by>${user.name}</built.by> </properties> @@ -733,14 +732,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <!-- don't attach source archives/push to Maven repositories --> - <attach>false</attach> - </configuration> - </plugin> <!-- Don't include in all builds for now <plugin> <groupId>org.codehaus.mojo</groupId>
