which repository contains the 2 artifacts?

2008-05-10 Thread oliver.maven
hi, i am using nexus indexer,i found i cant download the 1) org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 2) org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2 what is the address of repostiroy which contains the artifact?i think i should set proxy in nexus.

Re: which repository contains the 2 artifacts?

2008-05-10 Thread Brian Fox
For nexus we recommend making a group and using a mirror of * Both of those artifacts should be in central --Brian On May 10, 2008, at 1:52 AM, oliver.maven [EMAIL PROTECTED] wrote: hi, i am using nexus indexer,i found i cant download the 1)

Re: Re: which repository contains the 2 artifacts?

2008-05-10 Thread oliver.maven
hi Brian Fox thanks for reply! actually i do config the mirror of *.are there any other reason i cant download these artifact? oliver.maven 2008-05-10 发件人: Brian Fox 发送时间: 2008-05-10 17:01:06 收件人: Maven Users List 抄送: 主题: Re: which repository contains the 2 artifacts? For nexus we

Re: artifactory and snapshots vs releases

2008-05-10 Thread Rick
On Sat, May 10, 2008 at 1:19 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Fri, May 9, 2008 at 7:30 AM, Rick [EMAIL PROTECTED] wrote: Another hopefully quick one... The better builds guide mentions about filenames being used with timestamps appended etc, but yet whenever I do mvn deploy, I

Re: How to build sub-module without parent pom?

2008-05-10 Thread youhaodeyi
Do you mean I should add the parent in the sub-module's dependency? [EMAIL PROTECTED] wrote: youhaodeyi schrieb: Sometimes a project has many sub-modules and each of them may have sub-sub-modules. I don't want to get all the source codes. How can I work on a sub-module without its parent

RE: Dependency scope - provided or optional.. ?

2008-05-10 Thread Olivier Dehon
Also, in the context of a WAR project, scopeprovided/scope and optionaltrue/optional have different semantics when it comes to inclusion in the manifest's Class-Path or not. (See: http://maven.apache.org/plugins/maven-war-plugin/examples/war-manifest-guide.html ) In my experience, it is usually

Re: maven2 was plugin

2008-05-10 Thread easygoing
Here is my solution mvn org.codehaus.mojo:was6-maven-plugin:1.0-alpha-2:wsListApps -Dwas6.wasHome=C:\webSphere\AppServer -Dwas6.host=123.456.789.123 -Dwas6.conntype=SOAP -Dwas6.user=urUsername -Dwas6.password=urPassword -- View this message in context:

Re: Maven exec plugin

2008-05-10 Thread Jerome Lacoste
On Fri, May 9, 2008 at 4:50 AM, avin98 [EMAIL PROTECTED] wrote: I'm trying to run a shell script from a maven goal. Here's my definition build plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId executions

Re: How to instruct Maven to run more than one script?

2008-05-10 Thread Jerome Lacoste
On Sat, May 3, 2008 at 2:20 AM, Tawfik, Sameh E [EMAIL PROTECTED] wrote: Hi, I've two Perl scripts, Before_Build.pl, and After_Build.pl that I need to run the first one before the build starts and the other one after the build is complete. So, what is the command line syntax to run a full

Re: maven2 was plugin

2008-05-10 Thread Turgay
Thank you for your reply. We have found a similiar solution. However, I think here is the point needed to be specified clearly : it requires a WAS installation (or somehow some part of it) on local machine or smart mapping to a remote WAS installation. Thanks easygoing wrote: Here is my

RE: Re: which repository contains the 2 artifacts?

2008-05-10 Thread Brian E. Fox
Oliver, take a look here: http://www.sonatype.com/book/reference/repository-manager.html# -Original Message- From: oliver.maven [mailto:[EMAIL PROTECTED] Sent: Saturday, May 10, 2008 2:13 AM To: Maven Users List Subject: Re: Re: which repository contains the 2 artifacts? hi Brian Fox

Re: Dependency scope - provided or optional.. ?

2008-05-10 Thread Dennis Lundberg
Paul Smith wrote: Could some explain the difference between the dependency scope provided versus optional if there actually is any.. We have converted log4j over to Maven recently and accidently forgot to mark a few dependencies with flags indicating that, while needing for compile time,

surefire plug in causing build error

2008-05-10 Thread Kevin Rohr
I'm getting the following error attempting to build with maven 2. It looks like Plexus is trying to load 'org.apache.maven.plugin.Mojoorg.apache.maven.plugins:maven-surefire-plugin:2.4.2:test', whiche looks like the fully qualified Mojo class prepended to the front of the fully qualified 'test