Hi Noam,
Thanks for the response. We'll probably go with a maven ant task then
(http://maven.apache.org/ant-tasks/index.html).
Here's an example build.xml for anyone that's interested:
<?xml version="1.0"?>
<project default="deploy"
xmlns:artifact="antlib:org.apache.maven.artifact.ant">
<target name="deploy">
<artifact:pom id="mypom" file="pom.xml"/>
<artifact:remoteRepository id="remote.repository"
url="http://host/artifactory/repository">
<authentication username="username"
password="password"/>
</artifact:remoteRepository>
<artifact:install file="myartifact.jar">
<pom refid="mypom"/>
</artifact:install>
<artifact:deploy file="myartifact.jar">
<remoteRepository refid="remote.repository"/>
<pom refid="mypom"/>
</artifact:deploy>
</target>
</project>
Regards
Sam
--
View this message in context:
http://forums.jfrog.org/Question-on-Bamboo-Artifactory-Plug-in-and-multiple-jobs-tp6605402p6609222.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users