As no artifacts for 6.0.6 were deployed, if would be nice to have properties for the repositories IDs and locations like in the following patch (made against the 6.0.6 branch).
ndex: build-maven.xml
===================================================================
— build-maven.xml (révision 76974)
+++ build-maven.xml (copie de travail)
@@ -162,16 +162,16 @@
/>
<antcall target="deploy-artifacts">
- <param name="maven.repository.id" value="sonatype-staging" />
- <param name="maven.url" value="http://oss.sonatype.org/service/local/staging/deploy/maven2" />
+ <param name="maven.repository.id" value="$
{maven.repository.id}
" />
+ <param name="maven.url" value="$
{maven.url}
" />
<param name="maven.version" value="$
{lp.version}" />
</antcall>
</target>
<target name="deploy-snapshot-artifacts">
<antcall target="deploy-artifacts">
- <param name="maven.repository.id" value="sonatype-snapshot" />
- <param name="maven.url" value="http://oss.sonatype.org/content/repositories/snapshots" />
+ <param name="maven.repository.id" value="${maven.snapshots.repository.id}" />
+ <param name="maven.url" value="${maven.snapshots.url}" />
<param name="maven.version" value="${lp.version}
-SNAPSHOT" />
</antcall>
</target>
Index: release.properties
===================================================================
-
- release.properties (révision 76974)
+++ release.properties (copie de travail)
@@ -23,8 +23,10 @@
- Maven
##
##
Regards,
Baptiste
There is no need to deploy the artifacts to local repositories anymore. Liferay's artifacts are now deployed to Central.
http://www.liferay.com/web/thiago.moreira/blog/-/blogs/liferay-s-artifact-are-now-mavenized