Re: Delivery Status Notification (Failure)

2011-04-05 Thread jy hu
HI, Yes, I re-download the maven (latest version apache-maven-3.0.3), and re-config the environment variables. the same problem as below: C:\Users\hujunyingmvn --version javac: invalid flag: -Dclassworlds.conf=Q:\my work\apache-maven-3.0.3\bin\m2.con f Usage: javac options source files use -help

Re: Delivery Status Notification (Failure)

2011-04-05 Thread Alex Lopez
Jaina, if maven works in another machine it might be some configuration either in: - Your settings.xml file ~/.m2/settings.xml - Maven's global settings.xml under maven's install dir {$M2_HOME}/conf - Other files under Maven installation dir - M2Eclipse configuration (Preferences-Maven) Alex

packing maven-plugin not creating MANIFEST file

2011-04-05 Thread Prashu Negu
Hi, I have maven project with packaging=maven-plugin. The install phase works fine in eclipse IDE but, when i try to build it using Hudson, I get below error. It is not creating MANIFEST file. Do we need to explicetely configure to create manifest fil? Could you please help me to fix this issue?

Re: Delivery Status Notification (Failure)

2011-04-05 Thread Wayne Fay
- Your settings.xml file ~/.m2/settings.xml - Maven's global settings.xml under maven's install dir {$M2_HOME}/conf - Other files under Maven installation dir - M2Eclipse configuration (Preferences-Maven) Or the MAVEN_OPTS environment variable is incorrect. Go to MS DOS (Command Prompt) and

Re: packing maven-plugin not creating MANIFEST file

2011-04-05 Thread Yegor Bugayenko
The difference is somewhere in your environment (settings.xml file or the command line parameters of mvn). How do you call mvn from Hudson? Can you show the first few lines of Hudson console output? — Yegor Bugayenko, PMP®, SCEA On Tue, Apr 5, 2011 at 2:12 PM, Prashu Negu prashu.n...@gmail.com

Re: packing maven-plugin not creating MANIFEST file

2011-04-05 Thread Prashu Negu
Hi, Please find complete console output of Hudson job below. -- Found mavenVersion 3.0.2 from file jar:file:/opt/apache/maven/apache-maven-3.0.2/lib/maven-core-3.0.2.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties No emails were

Customize default maven lifecycle

2011-04-05 Thread Дима Мартынов
I created extended CompilerMojo and i want bind it to jar lifecycle, in order my component was used instead of default one. I created META-INF/plexus/components.xml ?xml version=1.0? component-set components component

mark files for deletion with perforce

2011-04-05 Thread Paul Mackinlay
I'm planning to use the SCM plugin with perforce in order to replace a legacy system. One of the requirements I have to ensure that files are marked for deletion appropriately. I didn't find a specific SCM goal for file deletions (such as scm:delete) but I imagine it is taken care of with

Can no longer deploy project artifacts using maven3

2011-04-05 Thread Tim Pizey
Hi, I have tried to update my project to use maven3 (version 3.0.2), however I can no longer deploy artifacts to my repository. I have found a number of notes about how to do this: https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html Gives Transport Protocols (Wagons) Unlike

Compile failure, package not found

2011-04-05 Thread Erwin Mueller
Hello, I just created a new project and after finishing it in Eclipse I try to compile it in maven, but I get compile error that the package is not found. I'm pretty sure that everything is just normal, I have used maven for a lot of projects already. I'm 100% sure the Jar is

Re: Can no longer deploy project artifacts using maven3

2011-04-05 Thread John Casey
Try turning that extension into a dependency embedded in the maven-deploy-plugin configuration, IIRC: build plugins plugin artifactIdmaven-deploy-plugin/artifactId version2.5/version dependencies dependency groupIdorg.apache.maven.wagon/groupId

Re: Compile failure, package not found

2011-04-05 Thread Wayne Fay
[9,48] package com.globalscalingsoftware.rsscon.internal does not exist ... [16,30] cannot find symbol symbol : class RssconDriverImpl location: class com.globalscalingsoftware.qhdriver.internal.InternalModule You declared the dependency on impl as such: dependency

RE: Compile failure, package not found

2011-04-05 Thread Martin Gainty
Herr Mueller- can you verify the package of /read/projects/com.globalscalingsoftware/qhdriver/qhdriver-parent/qhdriver-native/src/main/java com/globalscalingsoftware/qhdriver/internal/InternalModule.java: is package com.globalscalingsoftware.rsscon.internal; head InternalModule.java 100

Re: Can no longer deploy project artifacts using maven3

2011-04-05 Thread Tim Pizey
John, Thank you very much for the reply. I have two setups, local and on a CI server, which is still running maven2. This did not work under maven2 on the CI server: http://jenkins.paneris.net/job/melati/134/console but I will try at work tomorrow under maven3. I guess not that many people