Yes Archiva accepts publishing via http. Our CI systems publishes a
snapshot to it via http on every successful build and we run a manual
build plan for releases.
As to Ivy files... It's a maven repo so we use the Ivy ant tasks to
make a pom (targets for doing this in the build-base file):
http:
Richard_Senior wrote:
>
> I need to be able to publish and consume dependancies from a remote
> repository.
> Is there a web application that will allow http put or some other method
> of publishing dependancies directly to it using ivy:publish?
>
Artifactory... Am very impressed by it initial
Geoff Clitheroe-2 wrote:
>
> FWIW we use Apache Archiva http://archiva.apache.org/ e.g.,
> ...
>
Could I be cheeky and ask you for links to your ivy files please? :)
Does Archiva accept publishing via HTTP?
--
View this message in context:
http://old.nabble.com/Web-based-ivy-repository...-tp3
FWIW we use Apache Archiva http://archiva.apache.org/ e.g.,
http://codegeo.org/archiva/browse/nz.org.geonet
All the ant tasks to take care of publishing and credentials etc are
in our build base file:
http://codegeo.org/repos/codegeo/build/trunk/build-base.xml
If you're using netbeans then you c
Your options include Webdav, sftp, or ftp to your web server. We configure
separate resolvers with differnet protocols for resolving from and publishing
to our internal repo.
--kirby
-Original Message-
From: Richard_Senior
Sent: Tuesday, April 12, 2011 12:49 PM
To: ivy-user@ant.apach
There is nothing special about the ivy files from the standard documentation
except that I introduced some custom XML properties to help me with the
artifact pattern.
http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd";
xmlns:e
Le 7 avr. 2011 à 18:34, David Sills a écrit :
> All:
>
> I'm having a problem with the IVYide plugin to Eclipse. The Ivy
> container works perfectly, except that it keeps popping up a message
> saying it can't resolve the dependencies. However, it is in fact doing
> so and doing so correctly. Du
Hello,
I need to be able to publish and consume dependancies from a remote
repository.
Is there a web application that will allow http put or some other method of
publishing dependancies directly to it using ivy:publish?
I've tried codehaus maven-proxy but it doesn't allow publishing.
When I set