Re: Maven resources plugin issue?

2017-07-03 Thread Laird Nelson
On Mon, Jul 3, 2017 at 10:10 AM Karl Heinz Marbaise wrote: > On 03/07/17 18:55, Laird Nelson wrote: > > Today I suddenly noticed that—Maven 3.5.0, Maven Resources Plugin > > 3.0.2—although the plugin is reporting that (a) filtering is off and (b) > > there are 26 files to

Re: Maven resources plugin issue?

2017-07-03 Thread Karl Heinz Marbaise
Hi, On 03/07/17 18:55, Laird Nelson wrote: I'm running into a strange situation with the maven-resources-plugin. I have my test resources set up normally, like this: src/test/resources …so basically the defaults made explicit. Why? Maven is about Convention over

Maven resources plugin issue?

2017-07-03 Thread Laird Nelson
I'm running into a strange situation with the maven-resources-plugin. I have my test resources set up normally, like this: src/test/resources …so basically the defaults made explicit. Today I suddenly noticed that—Maven 3.5.0, Maven Resources Plugin 3.0.2—although the plugin is

Re: release plugin issue

2014-11-30 Thread Mirko Friedenhagen
...@apache.org javascript:; To: Maven Users List users@maven.apache.org javascript:;, Date: 2014-11-28 12:46 PM Subject:Re: release plugin issue Op Fri, 28 Nov 2014 00:54:29 +0100 schreef alejandro.e...@grassvalley.com javascript:;: I'm using the release-plugin

Re: release plugin issue

2014-11-30 Thread Stephen Connolly
plugin issue Op Fri, 28 Nov 2014 00:54:29 +0100 schreef alejandro.e...@grassvalley.com javascript:; javascript:;: I'm using the release-plugin v2.5.1 and I'm often encountering two recurring stories with failed releases 1) Now the release can fail due

Re: release plugin issue

2014-11-29 Thread Mirko Friedenhagen
| Software Designer/Concepteur de logiciels From: Robert Scholte rfscho...@apache.org To: Maven Users List users@maven.apache.org, Date: 2014-11-28 12:46 PM Subject:Re: release plugin issue Op Fri, 28 Nov 2014 00:54:29 +0100 schreef alejandro.e...@grassvalley.com: I'm

Re: release plugin issue

2014-11-29 Thread Stephen Connolly
on Alejandro Endo | Software Designer/Concepteur de logiciels From: Robert Scholte rfscho...@apache.org javascript:; To: Maven Users List users@maven.apache.org javascript:;, Date: 2014-11-28 12:46 PM Subject:Re: release plugin issue Op Fri, 28 Nov 2014 00

Re: release plugin issue

2014-11-28 Thread Alejandro . Endo
To: Maven Users List users@maven.apache.org, Date: 2014-11-27 07:44 PM Subject:Re: release plugin issue On Thursday, 27 November 2014, alejandro.e...@grassvalley.com wrote: I'm using the release-plugin v2.5.1 and I'm often encountering two recurring stories with failed releases 1) Now

Re: release plugin issue

2014-11-28 Thread Robert Scholte
Op Fri, 28 Nov 2014 00:54:29 +0100 schreef alejandro.e...@grassvalley.com: I'm using the release-plugin v2.5.1 and I'm often encountering two recurring stories with failed releases 1) Now the release can fail due to errors in the javadoc. This is not a problem, the problem is that IF there

Re: release plugin issue

2014-11-28 Thread Stephen Connolly
O wait a sec you're using the evil job type... http://javaadventure.blogspot.ie/2013/11/jenkins-maven-job-type-considered-evil.html Well all bets are off then that will most likely royally screw you over On 28 November 2014 at 17:45, Robert Scholte rfscho...@apache.org wrote: Op

Re: release plugin issue

2014-11-28 Thread Alejandro . Endo
@maven.apache.org, Date: 2014-11-28 12:52 PM Subject:Re: release plugin issue O wait a sec you're using the evil job type... http://javaadventure.blogspot.ie/2013/11/jenkins-maven-job-type-considered-evil.html Well all bets are off then that will most likely royally screw you

Re: release plugin issue

2014-11-28 Thread Alejandro . Endo
@maven.apache.org, Date: 2014-11-28 12:46 PM Subject:Re: release plugin issue Op Fri, 28 Nov 2014 00:54:29 +0100 schreef alejandro.e...@grassvalley.com: I'm using the release-plugin v2.5.1 and I'm often encountering two recurring stories with failed releases 1) Now the release can fail due

release plugin issue

2014-11-27 Thread Alejandro . Endo
I'm using the release-plugin v2.5.1 and I'm often encountering two recurring stories with failed releases 1) Now the release can fail due to errors in the javadoc. This is not a problem, the problem is that IF there are problems in the javadoc the release doesn't complete but the two commits

Re: release plugin issue

2014-11-27 Thread Stephen Connolly
On Thursday, 27 November 2014, alejandro.e...@grassvalley.com wrote: I'm using the release-plugin v2.5.1 and I'm often encountering two recurring stories with failed releases 1) Now the release can fail due to errors in the javadoc. This is not a problem, the problem is that IF there are

RE: Surefire and testing plugin issue

2014-09-29 Thread Tim Wu T
To: users@maven.apache.org Subject: Surefire and testing plugin issue Hi, I am using maven-surefire-plugin version 2.17 and testng plugin version 6.3.1 (jdk version is 1.7 ). Some of our tests are failing and in the testng-results.xml file it is reported as fail. The issue is maven is reporting

Re: Surefire and testing plugin issue

2014-09-28 Thread Subramanian Olagappan
The issue was in the test case and we found the soln. http://rolf-engelhard.de/2011/10/fail-instead-of-skip-a-test-when-testngs-dataprovider-throws-an-exception/ Thanks Karl Regards, Subbu On Sat, Sep 27, 2014 at 9:11 PM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, This is the

Surefire and testing plugin issue

2014-09-28 Thread Subramanian Olagappan
Hi, I am using maven-surefire-plugin version 2.17 and testng plugin version 6.3.1 (jdk version is 1.7 ). Some of our tests are failing and in the testng-results.xml file it is reported as fail. The issue is maven is reporting the failed tests as skipped and the final build status is SUCCESS. Has

Re: Surefire and testing plugin issue

2014-09-27 Thread Subramanian Olagappan
Sending it again sorry for the spam On Sat, Sep 27, 2014 at 8:37 PM, Subramanian Olagappan osu...@gmail.com wrote: Hi, I am using maven-surefire-plugin version 2.17 and testng plugin version 6.3.1 (jdk version is 1.7 ). Some of our tests are failing and in the testng-results.xml file it

Re: Surefire and testing plugin issue

2014-09-27 Thread Karl Heinz Marbaise
Hi, Hi, I am using maven-surefire-plugin version 2.17 and testng plugin version 6.3.1 (jdk version is 1.7 ). so ok so far you are using maven-surefire-plugin 2.17 and have configured a dependency to testng in version 6.3.1? First why are you using such an old version of

Re: Surefire and testing plugin issue

2014-09-27 Thread Subramanian Olagappan
Karl, This is the testng plugin version mentioned in maven-surefire-plugin page. http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html I tried with the latest 6.8.8 and the issue still exists. build ... ... pluginManagement plugins ... ... ...

Re: Surefire and testing plugin issue

2014-09-27 Thread Karl Heinz Marbaise
Hi, This is the testng plugin version mentioned in maven-surefire-plugin page. http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html This is not a plugin it's simply the dependency which you should have in your project if you are using TestNG... I tried with the

Re: tomcat deployment plugin issue

2014-09-08 Thread Érico
Hi please, what would be the seeting for configuring id / pwd using the plugin ? Thks !! Érico 2014-09-08 0:26 GMT-03:00 Deng Ching-Mallete och...@apache.org: Hi, Did you verify if the user has the appropriate role to deploy to the server (e.g. in ../conf/tomcat-users.xml)? If you already

Re: tomcat deployment plugin issue

2014-09-08 Thread Hilton Wichwski Silva
Maybe this can help to configure username/pass: http://tomcat.apache.org/maven-plugin-trunk/tomcat7-maven-plugin/deploy-mojo.html 2014-09-08 13:38 GMT-03:00 Érico erico...@gmail.com: Hi please, what would be the seeting for configuring id / pwd using the plugin ? Thks !! Érico

Re: tomcat deployment plugin issue

2014-09-07 Thread Deng Ching-Mallete
Hi, Did you verify if the user has the appropriate role to deploy to the server (e.g. in ../conf/tomcat-users.xml)? If you already checked this, can you try specifying the username and password in the plugin config instead? It might also help running it again on debug mode (with -X) so you can

tomcat deployment plugin issue

2014-09-06 Thread Érico
Hello I am trying to deploy a war into my tomcat when I run mvn:tomcat deploy I am getting the following error: [ERROR] Failed to execute goal org.codehaus.mojo:tomcat-maven-plugin:1.1:deploy (default-cli) on project jsfOS: Cannot invoke Tomcat manager: Server returned HTTP response code: 401

Re: Maven-nar-plugin Issue

2013-05-13 Thread Curtis Rueden
/configuration /plugin /plugins /pluginManagement /build /project -- View this message in context: http://maven.40175.n5.nabble.com/Maven-nar-plugin-Issue-tp5754838.html Sent from the Maven - Users mailing list archive at Nabble.com

Maven-nar-plugin Issue

2013-05-03 Thread swappy
/tests /configuration /plugin /plugins /pluginManagement /build /project -- View this message in context: http://maven.40175.n5.nabble.com/Maven-nar-plugin-Issue-tp5754838.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven Plugin Issue - MavenProject Not Bound

2013-01-20 Thread Robert Scholte
When using doclet-tags, you should use: @parameter default-value=${project} Robert Op Sun, 20 Jan 2013 22:34:31 +0100 schreef Jeremy Long jeremy.l...@gmail.com: I am trying to create a simple plugin to inspect project dependencies using the MavenProject - but I'm getting an error because

Re: [maven-surefire-plugin] Issue with -Dtest param under Windows

2012-02-28 Thread nodje
Cheers Dan!! just works as expected with 2.11. Just wondering why I'm so quick to upgrade to newer versions sometimes... -- View this message in context: http://maven.40175.n5.nabble.com/maven-surefire-plugin-Issue-with-Dtest-param-under-Windows-tp5518723p5521282.html Sent from the Maven

[maven-surefire-plugin] Issue with -Dtest param under Windows

2012-02-27 Thread nodje
I'm having an issue with 'mvn test -Dtest=testClassName' It works fine under Linux and OsX but under Windows the test is simply not found. I'm using latest TestNG. Any clue on what the problem could be? -- View this message in context: http://maven.40175.n5.nabble.com/maven-surefire-plugin

Re: [maven-surefire-plugin] Issue with -Dtest param under Windows

2012-02-27 Thread Wayne Fay
I'm having an issue with 'mvn test -Dtest=testClassName' It works fine under Linux and OsX but under Windows the test is simply not found. Can you create a sample project that demonstrates this failure in the functionality? If not, the likelihood of someone actually looking into this is quite

Re: [maven-surefire-plugin] Issue with -Dtest param under Windows

2012-02-27 Thread Dan Tran
Just found out , we also hit similar issue with -Dtest param on windows. Revert back to surefire 2.11 fixes it the issue -D On Mon, Feb 27, 2012 at 8:10 AM, Wayne Fay wayne...@gmail.com wrote: I'm having an issue with 'mvn test -Dtest=testClassName' It works fine under Linux and OsX but

Re: wagon-ftp site-plugin issue

2011-12-21 Thread Simone Tripodi
-409[1] and WAGON-357[2] Upgrading this dependency in the m-site-p will solve your problem. -Robert [1] https://issues.apache.org/jira/browse/NET-409 [2] http://jira.codehaus.org/browse/WAGON-357 Date: Tue, 20 Dec 2011 18:29:38 +0100 Subject: wagon-ftp site-plugin issue From

wagon-ftp site-plugin issue

2011-12-20 Thread Simone Tripodi
Hi all guys, I'm deploying my sites via ftp using the wagon-ftp, the problem is that last bytes of transmitted files are always missing... I mean, when rendering the transmitted html pages, last tags are completely missing, images are truncated... if I deploy the site manually, using filezilla,

RE: wagon-ftp site-plugin issue

2011-12-20 Thread Robert Scholte
-ftp site-plugin issue From: simonetrip...@apache.org To: users@maven.apache.org Hi all guys, I'm deploying my sites via ftp using the wagon-ftp, the problem is that last bytes of transmitted files are always missing... I mean, when rendering the transmitted html pages, last tags

Re: Jar plugin issue

2011-08-26 Thread Anders Hammar
          /execution         /executions                                /plugin Any help is appreciated -- View this message in context: http://maven.40175.n5.nabble.com/Jar-plugin-issue-tp4736854p4736854.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Jar plugin issue

2011-08-26 Thread anamika gupta
Thanks , with your reply problem resolved -- View this message in context: http://maven.40175.n5.nabble.com/Jar-plugin-issue-tp4736854p4737509.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Jar plugin issue

2011-08-26 Thread anamika gupta
Thanks -- View this message in context: http://maven.40175.n5.nabble.com/Jar-plugin-issue-tp4736854p4737511.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Jar plugin issue

2011-08-25 Thread anamika gupta
/plugin Any help is appreciated -- View this message in context: http://maven.40175.n5.nabble.com/Jar-plugin-issue-tp4736854p4736854.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Jar plugin issue

2011-08-25 Thread Stephen Coy
this message in context: http://maven.40175.n5.nabble.com/Jar-plugin-issue-tp4736854p4736854.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Ear plugin issue

2010-09-03 Thread Stephane Nicoll
Size: 10664 Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: Ear plugin issue Entity HSBC Bank plc - HBEU What error message do you get exactly? ClientModules is not a dependency of the project or something

Ear plugin issue

2010-08-26 Thread nishant . raj
Hi All, I am trying to get the ear plugin working. Followed all the guidelines but could not get it working as its not able to find the module that I want to package within the ear It looks for the module in my nexus repository but does not find it. I have also got the Resolve workspace

Re: Ear plugin issue

2010-08-26 Thread nishant . raj
** Thanks Nishant RAJ/HBEU/h...@hsbc Aug 26 2010 15:17 Mail Size: 8020 Please respond to Maven Users List users@maven.apache.org To users@maven.apache.org cc Subject Ear plugin issue Entity HSBC Bank plc - HBEU Hi All, I am trying to get the ear

Re: Ear plugin issue

2010-08-26 Thread Timothy Mcginnis
users@maven.apache.org Cc: users@maven.apache.org Date: 08/26/2010 10:21 AM Subject: Re: Ear plugin issue It seems the attachments are not allowed. I have included the ear pom below

Re: Ear plugin issue

2010-08-26 Thread Stephane Nicoll
respond to Maven Users List users@maven.apache.org To users@maven.apache.org cc Subject Ear plugin issue Entity HSBC Bank plc - HBEU Hi All, I am trying to get the ear plugin working. Followed all the guidelines but could not get it working as its not able to find

Re: Ear plugin issue

2010-08-26 Thread nishant . raj
Just that unable to find clientModule Stephane Nicoll stephane.nic...@gmail.com Aug 26 2010 18:35 Mail Size: 10664 Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: Ear plugin issue Entity HSBC Bank plc - HBEU

RE: Ear plugin issue

2010-08-26 Thread EJ Ciramella
With -X -e, is it any clearer as to what it's looking for? What the GAV is? -Original Message- From: nishant@hsbcib.com [mailto:nishant@hsbcib.com] Sent: Thursday, August 26, 2010 1:37 PM To: Maven Users List Cc: Maven Users List Subject: Re: Ear plugin issue Just that unable

release plugin issue

2010-07-09 Thread DeGrande, Rick
I've configured the release plugin in my build. I'm using a flat directory structure like: Aggregator Common Ejb Web When I do a release:prepare from the aggregator directory everything seems to work however the aggregator/... is the only path labeled. Also, when I do a

Re: release plugin issue

2010-07-09 Thread Marshall Schor
I'm also using a flat structure. I found that the keys to making this work seem to be: 1) use release 2.0 of the release plugin. This is the release with the support for flat hierarchies. Note that the Apache common parent POM version 7 (the latest) still doesn't specify this release, it

Re: maven-eclipse-plugin issue

2009-10-11 Thread Barrie Treloar
Did you check the plugin documentation? http://maven.apache.org/plugins/maven-eclipse-plugin/examples/ajdt-projects.html AspectJ needs more than just the dependencies for the eclipse .project to work. You need configuration ajdtVersion1.5/ajdtVersion /configuration See

maven-eclipse-plugin issue

2009-10-09 Thread Hüseyin Kartal
Hi i have a problem with the maven-eclipse-plugin. my projects pom.xml look like this project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation= http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd;

Re: Maven release plugin issue

2009-08-17 Thread Enguerrand Dibanda
Hello Kalle and thank you for your reply. You helped a lot! The problem was that under the MAVEN_OPTS environement variable given to hudson at start, an invalid keystore location was passed by -Djavax.net.ssl.trustStore=/path/to/ inexisting.jks. This variable was not available in the

Maven release plugin issue

2009-08-14 Thread Enguerrand Dibanda
Hello everyone, i have an issue when trying to release from the hudson CI tool. The releasing works fine until the deployment to the repository where it fails with the following error: ---snip--- [INFO] [INFO] [deploy:deploy {execution: default-deploy}] [INFO]

Re: Maven release plugin issue

2009-08-14 Thread Kalle Korhonen
The keystore/some root certificates are not available to the JVM. Are you running Hudson as the same user as you logged on and run the release successfully? Also the same came up before, see

camel plugin issue using Spring context

2009-08-11 Thread Mick Knutson
I want to use a TEST version of my context with the camel run plugin and tried this: plugin groupIdorg.apache.camel/groupId artifactIdcamel-maven-plugin/artifactId version${camel.version}/version configuration

Maven Plugin Issue

2009-07-28 Thread Jagannadh
this message in context: http://www.nabble.com/Maven-Plugin-Issue-tp24698071p24698071.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Maven Plugin Issue

2009-07-28 Thread Jagannadh
this message in context: http://www.nabble.com/Maven-Plugin-Issue-tp24698072p24698072.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Maven Plugin Issue

2009-07-28 Thread Jagannadh
this message in context: http://www.nabble.com/Maven-Plugin-Issue-tp24698073p24698073.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: Maven Plugin Issue

2009-07-28 Thread Stephen Connolly
: Maven 2.1.0 maven-version-plugin 1.0-alpha-3 -- View this message in context: http://www.nabble.com/Maven-Plugin-Issue-tp24698071p24698071.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe

maven antrun plugin issue with sending emails

2009-05-21 Thread Matt Milliss
I'm having problems getting the ant mail task working when running from the antrun plugin, the pom and ant build files I use to highlight this issue are below ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: maven antrun plugin issue with sending emails

2009-05-21 Thread Wayne Fay
If I run the ant script directly ie ant send-email-notification it works fine. I have the mail and activation jars in the ANT_HOME/lib directory. Maven does not use the Ant installed in ANT_HOME. Instead, it downloads its own copy of the Ant jars into the local repo cache under ~/.m2 and uses

Re: maven release plugin issue

2009-05-05 Thread Stephen Connolly
://www.nabble.com/maven-release-plugin-issue-tp23375978p23375978.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

maven release plugin issue

2009-05-04 Thread huser
this message in context: http://www.nabble.com/maven-release-plugin-issue-tp23375978p23375978.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: maven release plugin issue

2009-05-04 Thread Stephen Connolly
called before it is deployed in .m2 ? This jar does get generated in abc-interface-api\target. But it does not get deployed in .m2 Any ideas ? thanks, -- View this message in context: http://www.nabble.com/maven-release-plugin-issue-tp23375978p23375978.html Sent from the Maven - Users mailing

Re: maven release plugin issue

2009-05-04 Thread huser
/executions /plugin Why is abc-websvc-api-1.5.jar being called before it is deployed in .m2 ? This jar does get generated in abc-interface-api\target. But it does not get deployed in .m2 Any ideas ? thanks, -- View this message in context: http://www.nabble.com/maven-release-plugin-issue

maven release plugin issue

2009-04-06 Thread huser
' path not found This is because I am running the plugin inside a module, which exists under a SVN repo. The path listed above does not exist. The correct path should be be /abc_repos/tags. How can I run this ? thanks, -- View this message in context: http://www.nabble.com/maven-release-plugin

Re: maven release plugin issue

2009-04-06 Thread Olivier Lamy
repo. The path listed above does not exist. The correct path should be be /abc_repos/tags. How can I run this ? thanks, -- View this message in context: http://www.nabble.com/maven-release-plugin-issue-tp22911245p22911245.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: maven release plugin issue

2009-04-06 Thread huser
/maven-release-plugin-issue-tp22911245p22911245.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: maven release plugin issue

2009-04-06 Thread Olivier Lamy
-release-plugin-issue-tp22911245p22911245.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: maven release plugin issue

2009-04-06 Thread huser
. The path listed above does not exist. The correct path should be be /abc_repos/tags. How can I run this ? thanks, -- View this message in context: http://www.nabble.com/maven-release-plugin-issue-tp22911245p22911245.html Sent from the Maven - Users mailing list archive at Nabble.com

Maven Stage Plugin issue

2009-03-26 Thread Jim McCaskey
Hello all, I am attempting to use the Maven stage plugin and running into a break. I have tried this using Maven 2.0.7, 2.0.8, 2.0.9, 2.0.10, and 2.1.0. I'm also using the only stage plugin available which appears to be 1.0-alpha-1. My guess is I'm doing something wrong, but for the life of

Re: Maven Stage Plugin issue

2009-03-26 Thread Dan Tran
try wagon-maven-plugin with maven 2.1.0 to see it works out for you. It has a port of maven-stage-plugin with lots of fixes. -D On Thu, Mar 26, 2009 at 8:36 AM, Jim McCaskey jim.mccas...@pervasive.com wrote: Hello all, I am attempting to use the Maven stage plugin and running into a break.  I

RE: Maven Stage Plugin issue

2009-03-26 Thread Jim McCaskey
what appears to be an older Apache MyFaces project by the same artifactId. -Jim -Original Message- From: Dan Tran [mailto:dant...@gmail.com] Sent: Thursday, March 26, 2009 11:54 AM To: Maven Users List Subject: Re: Maven Stage Plugin issue try wagon-maven-plugin with maven 2.1.0 to see

Re: Maven Stage Plugin issue

2009-03-26 Thread Dan Tran
: Thursday, March 26, 2009 11:54 AM To: Maven Users List Subject: Re: Maven Stage Plugin issue try wagon-maven-plugin with maven 2.1.0 to see it works out for you. It has a port of maven-stage-plugin with lots of fixes. -D On Thu, Mar 26, 2009 at 8:36 AM, Jim McCaskey jim.mccas

Re: Maven Stage Plugin issue

2009-03-26 Thread Dan Tran
MyFaces project by the same artifactId. -Jim -Original Message- From: Dan Tran [mailto:dant...@gmail.com] Sent: Thursday, March 26, 2009 11:54 AM To: Maven Users List Subject: Re: Maven Stage Plugin issue try wagon-maven-plugin with maven 2.1.0 to see it works out for you. It has

RE: Maven Stage Plugin issue

2009-03-26 Thread Jim McCaskey
- From: Dan Tran [mailto:dant...@gmail.com] Sent: Thursday, March 26, 2009 1:32 PM To: Maven Users List Subject: Re: Maven Stage Plugin issue try file:///e:/dir/staging-repo -D On Thu, Mar 26, 2009 at 11:23 AM, Jim McCaskey jim.mccas...@pervasive.com wrote: Hi Dan, Thanks a lot

RE: Maven Stage Plugin issue

2009-03-26 Thread Jim McCaskey
: Thursday, March 26, 2009 1:49 PM To: 'Maven Users List' Subject: RE: Maven Stage Plugin issue Hi Dan, Thanks again for the response. I tried a few variations on that theme: mvn org.codehaus.mojo:wagon-maven-plugin:1.0-beta-1:merge-maven-repos -Dwagon.source=file:///e:/dir/staging-repo -Dwagon.target

Maven release plugin issue- Error code 401

2009-03-26 Thread huser
in context: http://www.nabble.com/Maven-release-plugin-issue--Error-code-401-tp22729480p22729480.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Maven release plugin issue- Error code 401

2009-03-26 Thread Wayne Fay
       [INFO] Error deploying artifact: Failed to transfer file: http://fpsvn00 1.na.coglobal.com:8081/nexus/content/repositories/releases/com/co/maven/co-m aven/1.0/co-maven-1.0.pom. Return code is: 401 HTTP Error 401 is... Unauthorized, right? Solve that, and deploy will proceed. Check

Re: Maven Stage Plugin issue

2009-03-26 Thread Dan Tran
Thanks for all the help! -Jim -Original Message- From: Jim McCaskey [mailto:jim.mccas...@pervasive.com] Sent: Thursday, March 26, 2009 1:49 PM To: 'Maven Users List' Subject: RE: Maven Stage Plugin issue Hi Dan, Thanks again for the response.  I tried a few variations on that theme

Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue)

2009-01-27 Thread Lesaint Sébastien
Hello, I want to use a parent POM as a way to easily give some organisation specific information to the new projects in our company or the old one being mavenized. I don't want to declare all the projects of my company as being a module of this parent POM. It doesn't make much sense. So the

RE: Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue)

2009-01-27 Thread Brian E. Fox
. -Original Message- From: Lesaint Sébastien [mailto:sebastien.lesa...@ginerativ.fr] Sent: Tuesday, January 27, 2009 9:01 AM To: Maven Users List Subject: Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue) Hello, I want to use a parent POM as a way

Re: Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue)

2009-01-27 Thread Baptiste MATHUS
We have a parent pom for the exact kind of things you speak about. But our projects are not modules (at least not all). So no. Your problem with scm tag might just be related to the fact you didn't set the maven-release-plugin tagBase configuration? See

RE: Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue)

2009-01-27 Thread Lesaint Sébastien
...@gmail.com [mailto:bmat...@gmail.com] De la part de Baptiste MATHUS Envoyé : mardi 27 janvier 2009 15:07 À : Maven Users List Objet : Re: Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue) We have a parent pom for the exact kind of things you speak

RE: Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue)

2009-01-27 Thread Lesaint Sébastien
 : Maven Users List Objet : RE: Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue) The parent / child relationship != modules. That is a given pom can inherit from one parent and be aggregated as a module via another. It is true that usually

RE: Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue)

2009-01-27 Thread Lesaint Sébastien
janvier 2009 15:16 À : Maven Users List Objet : RE: Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue) Indeed, no, I didn't set the tagBase. Even though I don't understand what it is yet, I guess it will solve my problem. I had seen that when reading

RE: Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue)

2009-01-27 Thread Edelson, Justin
...@ginerativ.fr] Sent: Tuesday, January 27, 2009 9:55 AM To: Maven Users List Subject: RE: Does having a parent POM mean the current POM is a module ? (or a possible release plugin issue) Thanks for you answer, Brian. How do I redefine at the top of my project so that the URLs are generated

Re: Deploy plugin issue

2008-10-24 Thread Nick Stolwijk
an artifact on a remote repository without installing it on my local repository ? Regards. -- View this message in context: http://www.nabble.com/Deploy-plugin-issue-tp20147137p20147137.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Deploy plugin issue

2008-10-24 Thread IvanPopov
www.iprofs.nl On Fri, Oct 24, 2008 at 11:38 AM, IvanPopov [EMAIL PROTECTED] wrote: Hi, Is it possible to deploy an artifact on a remote repository without installing it on my local repository ? Regards. -- View this message in context: http://www.nabble.com/Deploy-plugin-issue

Re: Deploy plugin issue

2008-10-24 Thread Nick Stolwijk
: http://www.nabble.com/Deploy-plugin-issue-tp20147137p20147137.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Deploy plugin issue

2008-10-24 Thread IvanPopov
Hi, Is it possible to deploy an artifact on a remote repository without installing it on my local repository ? Regards. -- View this message in context: http://www.nabble.com/Deploy-plugin-issue-tp20147137p20147137.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Deploy plugin issue

2008-10-24 Thread IvanPopov
on a remote repository without installing it on my local repository ? Regards. -- View this message in context: http://www.nabble.com/Deploy-plugin-issue-tp20147137p20147137.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Deploy plugin issue

2008-10-24 Thread Nick Stolwijk
it on my local repository ? Regards. -- View this message in context: http://www.nabble.com/Deploy-plugin-issue-tp20147137p20147137.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Maven dependency plugin issue

2008-07-15 Thread Bergman, Moshe
Hello, I am have this problem running maven dependency plugin: C:\work\pluginmvn org.apache.maven.plugins:maven-dependency-plugin:2.0:list [INFO] Scanning for projects... WAGON_VERSION: 1.0-beta-2 [INFO] - --- [INFO]

Plugin Issue

2008-05-21 Thread Dhruva Reddy
There is a weird issue which we have been facing. For some of maven plugins, we don't have versions defined in our POM. So I assume Maven tries to download latest versions for these plugins from the central repository. I see the central repository has a version 2.3.2( from my browser) but then

Custom lifecycle and pomless plugin issue

2007-12-13 Thread Arnaud Bailly
-- View this message in context: http://www.nabble.com/Custom-lifecycle-and-pomless-plugin-issue-tp14318097s177p14318097.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: maven-changelog-plugin issue?

2007-09-19 Thread Dennis Lundberg
The error message you get is coming from the stat-scm plugin - not the changelog plugin. Andre Salvati wrote: Hi Dennis, My project has this structure: Empire * GenericXXX * pom.xml* *EJBModule1 EJBModule2 WarModule1 EARModule1 pom.xml ... before I change

Re: maven-changelog-plugin issue?

2007-09-17 Thread Andre Salvati
Hi Dennis, My project has this structure: Empire * GenericXXX * pom.xml* *EJBModule1 EJBModule2 WarModule1 EARModule1 pom.xml ... before I change Generic's module name it had the same structure: Empire *Genericxxx * pom.xml* *EJBModule1

maven-changelog-plugin issue?

2007-09-12 Thread Andre Salvati
Hi, I've tried to generate reports with maven-changelog-plugin 2.1 and got an issue. The problem is that I have two modules with same name in subversion repository because I've renamed project Genericxxx to GenericXXX. At Windows environment: When I run mvn site , it works fine, but it

Re: maven-changelog-plugin issue?

2007-09-12 Thread Dennis Lundberg
I'm afraid I donät understand your project hierarchy. Can you try to present a directory tree showing it? Also pom snippets of the relevant plugin configurations (site and changelog) would help. Andre Salvati wrote: Hi, I've tried to generate reports with maven-changelog-plugin 2.1 and got

  1   2   >