Error transferring file / ignoring sssl certificates ?

2010-03-23 Thread Reto Bachmann-Gmür
Hello On a bsd machine I'm getting this error, on linux things work fine [WARNING] repository metadata for: 'snapshot org.apache.clerezza:org.apache.clerezza.parent:0.2-incubating-SNAPSHOT' could not be retrieved from repository: apache-snapshots due to an error: Error transferring file the

Re: Error transferring file / ignoring sssl certificates ?

2010-03-23 Thread Reto Bachmann-Gmür
solved the problem by replacing diablo-jdk1.6.0/jre/lib/security/cacerts with the file from my linux machine. reto On Tue, Mar 23, 2010 at 3:10 PM, Reto Bachmann-Gmür m...@farewellutopia.com wrote: Hello On a bsd machine I'm getting this error, on linux things work fine [WARNING] repository

Re: unwanted repository, how does maven locate it

2010-02-11 Thread Reto Bachmann-Gmür
, 2010 at 7:57 PM, Reto Bachmann-Gmür r...@gmuer.ch wrote: thanks for the reply. I tried looking for this and found that http://repo2.maven.org/maven2/com/hp/hpl/jena/arq/2.8.2/arq-2.8.2.pom references another repo, but its not the dev.java.net one. I assumed for the repository to be used

Re: unwanted repository, how does maven locate it

2010-02-11 Thread Reto Bachmann-Gmür
- From: Reto Bachmann-Gmür [mailto:r...@gmuer.ch] Sent: Wednesday, February 10, 2010 1:40 PM To: Maven Users List Subject: unwanted repository, how does maven locate it hello I have the following problem using maven 2.2.1 (on minerva.apache.org): maven continuos to download

unwanted repository, how does maven locate it

2010-02-10 Thread Reto Bachmann-Gmür
hello I have the following problem using maven 2.2.1 (on minerva.apache.org): maven continuos to download a broken jar and pom from https://maven-repository.dev.java.net/nonav/repository/com.sun.jmx/jars/ Th epatch to the dependency is as follows: [INFO] +- com.hp.hpl.jena:tdb:jar:0.8.4:compile

disregard report-plugins when doing mvn install on multi-module

2009-11-03 Thread Reto Bachmann-Gmür
Hello One of my projects is a maven plugin generating a report. The plugins depends on quite a lot of other projects of mine. I would like to use this plugin to generate reports for all of my projects. As the projects depends only on the plugin when the site is generated and not during the

references to other repositories in poms in central repo

2009-06-23 Thread Reto Bachmann-Gmür
Hi I'm having problem with a build downloading an invalid jar for commons-logging, actually the content of the jar is a redirection page. It turns out, that the jar is being downloaded from a repository at dev java.net defined in the pom of castor [1]. Two questions: 1. Artifacts in the

Re: duplicate snapshots copied by maven-dependency-plugin:copy-dependency

2009-04-21 Thread Reto Bachmann-Gmür
the jars are only duplicate when using the useRepositoryLayouttrue/useRepositoryLayout directive. unfortunately, that's what I need. Reto Reto Bachmann-Gmür said the following on 04/20/2009 03:29 PM: no this is after a mvn clean package cheers, reto Brian Fox said the following on 04/20

duplicate snapshots copied by maven-dependency-plugin:copy-dependency

2009-04-20 Thread Reto Bachmann-Gmür
Hello I'm copying dependencies with the following directive: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId version2.1/version executions execution goals

Re: duplicate snapshots copied by maven-dependency-plugin:copy-dependency

2009-04-20 Thread Reto Bachmann-Gmür
if there's a file there with another timestamped version...the overwrite only gets triggered if the exact same file already exists. Reto Bachmann-Gmür wrote: Hello I'm copying dependencies with the following directive: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven

versions-maven-plugin, complains about version of versions-maven-plugin

2009-03-19 Thread Reto Bachmann-Gmür
Hello The output of mvn versions:display-plugin-updates [INFO] All plugins are using the latest versions. [INFO] [WARNING] The following plugins do not have their version specified: [WARNING] maven-clean-plugin .. (from super-pom) 2.2 adding the following to the

deploy archetype-catalog

2008-12-03 Thread Reto Bachmann-Gmür
Hello I'm creatingan archetype following the instructions at http://maven.apache.org/plugins/maven-archetype-plugin/advanced-usage.html mvn install puts an archetype-catalog.xml in ~/.m2 but deploy doesn't seem to deploy that file to the remote repository. How can I deploy the archetype catalog?

Re: deploy archetype-catalog

2008-12-03 Thread Reto Bachmann-Gmür
. --- Todd Thiessen -Original Message- From: Reto Bachmann-Gmür [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 11:37 AM To: Maven Users List Subject: deploy archetype-catalog Hello I'm creatingan archetype following the instructions at http

Re: automatically go offline

2008-10-07 Thread Reto Bachmann-Gmür
Wendy Smoak wrote: On Mon, Oct 6, 2008 at 1:07 PM, Reto Bachmann-Gmür [EMAIL PROTECTED] wrote: I would like to automatically switch betwenn online and offline mode depending on the network interface that i have activated. I've configured NetworkManager to create a file (/tmp/fast-network-up

Re: automatically go offline

2008-10-07 Thread Reto Bachmann-Gmür
Wayne Fay wrote: On Mon, Oct 6, 2008 at 1:07 PM, Reto Bachmann-Gmür [EMAIL PROTECTED] wrote: I would like to automatically switch betwenn online and offline mode depending on the network interface that i have activated. I've configured NetworkManager to create a file (/tmp/fast-network-up

automatically go offline

2008-10-06 Thread Reto Bachmann-Gmür
I would like to automatically switch betwenn online and offline mode depending on the network interface that i have activated. I've configured NetworkManager to create a file (/tmp/fast-network-up) whenever a fast network interface is up, I would like to configure maven to switch to offline mode

Runtime-scope and OSGI bundles provisioning

2008-08-28 Thread Reto Bachmann-Gmür
Hello We're using maven to create OSGi Bundles (using the felix plugins). We also have a distribution project which has dependencies to an OSGi container and to the various bundles that are part of the distribution (without transitive dependencies). One problem is, that the OSGi-container

Re: assembly plugin and project inheritance

2008-02-23 Thread Reto Bachmann-Gmür
. the build helper plugin has a default phase, so leave that alone. I would bind the dependency plugin to one of the generate phases (sources or resources) Stephen 2/22/08, Reto Bachmann-Gmür [EMAIL PROTECTED] wrote: The version I posted doesn't work as the child-projects can't perform

Re: assembly plugin and project inheritance

2008-02-22 Thread Reto Bachmann-Gmür
maven-dependency-plugin to copy the dependency to your target directory, and then your pom just directs the assembly plugin to use that descriptor. -Stephen On Thu, Feb 21, 2008 at 8:47 PM, Reto Bachmann-Gmür [EMAIL PROTECTED] wrote: Hello I'm having many projects that share some

Re: assembly plugin and project inheritance

2008-02-22 Thread Reto Bachmann-Gmür
and package phases [2]. 1. http://knobot.svn.sourceforge.net/svnroot/knobot/rwcf-apps-assembly/trunk/pom.xml 2. in http://knobot.svn.sourceforge.net/svnroot/knobot/rwcf-apps/trunk/pom.xml Reto Bachmann-Gmür wrote: Thanks Stephen, trying to follow the path you describe I added

assembly plugin and project inheritance

2008-02-21 Thread Reto Bachmann-Gmür
Hello I'm having many projects that share some dependencies and that should be packaged the same way. So I wanted to have a parent project configuring the maven-assembly-plugin. I did this with the following in the parent pom: plugin artifactIdmaven-assembly-plugin/artifactId

Re: Create one jar including all dependencies

2008-02-21 Thread Reto Bachmann-Gmür
did you see http://maven.apache.org/plugins/maven-assembly-plugin/index.html , the pre-defined descriptor jar-with-dependencies http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies - can be used for general assembly of a binary package with all the