Skip to content

Commit

Permalink
LPS-11134
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.liferay.com/repos/public/portal/trunk@57993 05bdf26c-840f-0410-9ced-eb539d925f36
  • Loading branch information
brianchandotcom committed Jul 9, 2010
1 parent e8dd083 commit f66e313
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-maven.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@

<antcall target="jar-sources" />

<replace
dir="support-maven"
includes="**/pom.xml"
token="${lp.version}-SNAPSHOT"
value="${lp.version}"
/>

<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" />
Expand Down

0 comments on commit f66e313

Please sign in to comment.