RE: Maven 3.0 Deployment Problem

2010-11-02 Thread Harper, Brad
x27;beta' version of the artifact. Beta-6 seems to be the latest/best available. Is this the case? Thanks for the help. Brad From: Harper, Brad Sent: Friday, October 29, 2010 5:22 PM To: users@maven.apache.org Subject: Maven 3.0 Deployment Problem I just switched [from Maven 2.2

Re: Maven 3.0 Deployment Problem

2010-10-31 Thread Ryan Connolly
I think m3 requires you to add a wagon extension to your pom for scp. Maybe the following link will get you on the right track: https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-TransportProtocols%2528Wagons%2529 On Oct 31, 2010 2:52 PM, "Harper, Brad" wr

Maven 3.0 Deployment Problem

2010-10-31 Thread Harper, Brad
I just switched [from Maven 2.2.1] to give 3.0 a try and ran into a problem during deployment. The crux of the output seems to be No implementation for org.apache.maven.wagon.Wagon annotated with @Named(value=scp) was bound Nothing obvious jumps out in a web search containing key parts o

Archiva Deployment Problem...

2008-04-16 Thread James Clinton
Why can I deploy to the pre-configured internal repository OK, but not my identical custom repository? INTERNAL mvn deploy:deploy-file -Dfile=commons-logging-1.1.1.jar -DgroupId=commons-logging -DartifactId=commons-logging -Dversion=1.1.1 -DrepositoryId=internal -Durl

EJB Deployment problem

2007-09-05 Thread Hemant Ved
Hi all > > > > I am trying to deploy ejb using maven and websphere application server? > > Can > > anybody please tell me which cargo plugin is required? I know there are > > cargo jboss and weblogic plugins available but does anybody know whether > > any Cargo Maven plugin is available for websp

Re: Deployment problem

2007-06-09 Thread dcave555
t; > Thx for your reply Yes B.jar *contains* the file A.jar What you are suggesting is to add to C.war pom.xml A.jar dependency But Only B.jar using A.jar If i am adding A.jar dependency to C.war it's make no sense -- Vi

Re: Deployment problem

2007-06-09 Thread Wendy Smoak
On 6/9/07, dcave555 <[EMAIL PROTECTED]> wrote: 1. A project - jar 2. B project - jar 3. C project war In Project A I have xml file in resources. Project B depends on Project A (included in pom.xml) Project C depends on Project B (oncluded in pom.xml) My problem is when the server starts to ru

Deployment problem

2007-06-09 Thread dcave555
://www.nabble.com/Deployment-problem-tf3894406s177.html#a11040545 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Deployment problem with Jboss

2006-06-27 Thread Vincent Massol
> Sent: mardi 27 juin 2006 11:53 > To: users@maven.apache.org > Subject: Deployment problem with Jboss > > Hi All, > When I am deploying my application with Jboss Application Server , After > starting Jboss Containers it stuck and in log

Deployment problem with Jboss

2006-06-27 Thread Vinay Kumar
Hi All, When I am deploying my application with Jboss Application Server , After starting Jboss Containers it stuck and in log in giving following warning: = 13:42:28,166 INFO [Log4jService$URLWatchTimerTask] Configuring from URL:

RE: tomcat deployment problem

2005-04-20 Thread GOKULAM Jayaram
Sorry figured out the error. It is working now. Thanks, Jayaram From: GOKULAM Jayaram Sent: Wednesday, April 20, 2005 4:58 PM To: 'Maven Users List'; [EMAIL PROTECTED] Subject: tomcat deployment problem Hi all, I have set the properties

tomcat deployment problem

2005-04-20 Thread GOKULAM Jayaram
Hi all, I have set the properties for tomcat deployment as follows in my project.properties file maven.tomcat.host=127.0.0.1 maven.tomcat.port=8080 #maven.tomcat.username=admin #maven.tomcat.password=admin maven.tomcat.home=d:/Tomcat maven.tomcat.war.context=new When I call my tomcat:dep