Modified POM to add apache <repository>
Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/7aa4182b Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/7aa4182b Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/7aa4182b Branch: refs/heads/master Commit: 7aa4182b4afab67c9c617174aec4b1bb03ccd5a9 Parents: 48c611d Author: smarthi <[email protected]> Authored: Fri Aug 12 23:46:01 2016 -0400 Committer: smarthi <[email protected]> Committed: Fri Aug 12 23:46:01 2016 -0400 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7aa4182b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 81c428a..831c5ff 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,17 @@ <updatePolicy>always</updatePolicy> </snapshots> </repository> - + <repository> + <id>apache-repo</id> + <name>Apache Repository</name> + <url>https://repository.apache.org/content/repositories/releases</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> </repositories> <properties> @@ -520,7 +530,7 @@ <version>2.5.1</version> <configuration> <useReleaseProfile>true</useReleaseProfile> - <releaseProfiles>apache-release</releaseProfiles> + <releaseProfiles>signed_release</releaseProfiles> <autoVersionSubmodules>true</autoVersionSubmodules> <goals>deploy</goals> <tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
