Re: How do Archiva Proxied Repositories work?

2007-04-25 Thread M Wurm
2007/4/23, nicolas de loof [EMAIL PROTECTED]: Archiva downloads artifacts on demand via HTTP using wagon-http. I use a similar config with no issue, but I don't have any proxy to set to access repo1. Ok, I've solved the issue. The problem had nothing to do with archiva, but with our network

How do Archiva Proxied Repositories work?

2007-04-23 Thread M Wurm
Hi there, I've set up Archiva and (almost everything) works fine. I can retrieve artifacts I deployed manually, can deploy artifacts via webdav, but proxied repositories don't seem to work. Now I wanted to ask how Archiva proxies a repository. Somewhere I've read Archiva loads artifacts from

Project Reports won't be generated by mvn site:site

2007-04-02 Thread M Wurm
Hello, when running mvn site:site a site with the following navigation bar will be generated: Project Documentation Project Information Continuous Integration Dependencies Issue Tracking Mailing Lists Project License Project Team Source Repository However, no section for

Re: Artifact Antlib profile support for dependencies

2007-03-29 Thread M Wurm
2007/3/28, M Wurm [EMAIL PROTECTED]: Hello, I am using the Maven Artifact Antlib to use project dependencies specified in a pom.xml. Now I'm struggling with a project the needs different dependencies for jre14 and jre15, hence I specify additional jre14 dependencies in a profile

Artifact Antlib profile support for dependencies

2007-03-28 Thread M Wurm
Hello, I am using the Maven Artifact Antlib to use project dependencies specified in a pom.xml. Now I'm struggling with a project the needs different dependencies for jre14 and jre15, hence I specify additional jre14 dependencies in a profile that is triggered on property jre1.4.2: profile

Howto create poms for JRE-dependent artifacts

2007-03-26 Thread M Wurm
Hello, I'm currently looking for a good way to make a pom / several poms for an artifact that has to be created for JRE1.4 / JRE1.5. The difference: A few class files are excluded in the jre1.4 version and some dependencies are different. Is there a recommended way in Maven to realize such a