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 copy, none of them is ac

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 Configuration

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 repo

Re: release plugin issue

2014-11-30 Thread Stephen Connolly
> > wrote: > > > > > > > That's good to know Robert, thank you > > > > > > > > I will add that to our release dryrun and hopefully it will catch > more > > of > > > > the uncaught problems early on > > > > > &g

Re: release plugin issue

2014-11-30 Thread Mirko Friedenhagen
; > > > > That's good to know Robert, thank you > > > > > > I will add that to our release dryrun and hopefully it will catch more > of > > > the uncaught problems early on > > > > > > Alejandro Endo | Software Designer/Concepteur de logicie

Re: release plugin issue

2014-11-29 Thread Stephen Connolly
n and hopefully it will catch more of > > the uncaught problems early on > > > > Alejandro Endo | Software Designer/Concepteur de logiciels > > > > > > > > > > > > From: "Robert Scholte" > > > To: "Maven Users List&q

Re: release plugin issue

2014-11-29 Thread Mirko Friedenhagen
Software Designer/Concepteur de logiciels > > > > > > From: "Robert Scholte" > To: "Maven Users List" , > Date: 2014-11-28 12:46 PM > Subject:Re: release plugin issue > > > > Op Fri, 28 Nov 2014 00:54:29 +0100 schreef >

Re: release plugin issue

2014-11-28 Thread Alejandro . Endo
te: 2014-11-28 12:46 PM Subject: Re: release plugin issue Op Fri, 28 Nov 2014 00:54:29 +0100 schreef : > 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 j

Re: release plugin issue

2014-11-28 Thread Alejandro . Endo
14-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 over On 28 November

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 wrote: > Op Fri, 28 Nov 2014 00:5

Re: release plugin issue

2014-11-28 Thread Robert Scholte
Op Fri, 28 Nov 2014 00:54:29 +0100 schreef : 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

Re: release plugin issue

2014-11-28 Thread Alejandro . Endo
14-11-27 07:44 PM Subject:Re: release plugin issue On Thursday, 27 November 2014, 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. T

Re: release plugin issue

2014-11-27 Thread Stephen Connolly
On Thursday, 27 November 2014, 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 problems in the javadoc the >

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 an

RE: Surefire and testing plugin issue

2014-09-28 Thread Tim Wu T
2014 17:08 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

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.

Re: Surefire and testing plugin issue

2014-09-27 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 wrote: > Hi, > > > > > >> This is the testng plugin

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: 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. ... ... ... ... ... org.ap

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 TestNG..(2011?).

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 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 is reported

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 : > Hi > > please, what would be the seeting for configuring id / pwd using the plugin > ? > > Thks !! > Érico > > 2014-09-08 0:26 GM

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 : > 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,

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 tra

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 f

Re: Maven-nar-plugin Issue

2013-05-13 Thread Curtis Rueden
> > > bruch_test > static > > > > > > > > >

Maven-nar-plugin Issue

2013-05-03 Thread swappy
est static -- View this message in context: http://maven.40175.n5.nabble.com/Maven-nar-plugin-Issue-tp5754838.html Sent from the Maven - Us

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 : I am trying to create a simple plugin to inspect project dependencies using the MavenProject - but I'm getting an error because the MavenProject is

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

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 wrote: >> I'm having an issue with 'mvn test -Dtest=' >> >> It works fine under Linux and OsX but under Windows the test is simp

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=' > > 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 low. Way

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

2012-02-27 Thread nodje
I'm having an issue with 'mvn test -Dtest=' 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-surefi

Re: wagon-ftp & site-plugin issue

2011-12-21 Thread Simone Tripodi
9[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:

RE: wagon-ftp & site-plugin issue

2011-12-20 Thread Robert Scholte
gt; Subject: wagon-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, > whe

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, ev

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

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. - To

Re: Jar plugin issue

2011-08-25 Thread Anders Hammar
                >> ${project.basedir}/** >> >> ${project.basedir}/../src/main/resources/BPP-Build/config/BPP_Beans.xml >> >> ${project.basedir}/../src/main/resources/BPP-Build/config/log4j.properties >>                                               >>                                      

Re: Jar plugin issue

2011-08-25 Thread Stephen Coy
>bpp > > > > > > > > > > > Any help is appreciated > > -- > View this message in context: >

Jar plugin issue

2011-08-25 Thread anamika gupta
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

Re: Ear plugin issue

2010-09-03 Thread Stephane Nicoll
> Mail Size: 10664 > > Please respond to > "Maven Users List" > > > To > Maven Users List > cc > > Subject > Re: Ear plugin issue > > Entity > HSBC Bank plc - HBEU > > > > What error message do you get exactly? ClientModules

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 u

Re: Ear plugin issue

2010-08-26 Thread nishant . raj
Just that unable to find clientModule Stephane Nicoll Aug 26 2010 18:35 Mail Size: 10664 Please respond to "Maven Users List" To Maven Users List cc Subject Re: Ear plugin issue Entity HSBC Bank plc - HBEU What error message do you get exactly? ClientModule

Re: Ear plugin issue

2010-08-26 Thread Stephane Nicoll
; true > > > > > > > > > root.ProjectX > ClientModules > 1.0 > > > > > ** > > > Thanks > > > > > Nishant RAJ/HBEU/h...@hsbc > Aug 26 2010 15:17

Re: Ear plugin issue

2010-08-26 Thread Timothy Mcginnis
ate: 08/26/2010 10:21 AM Subject: Re: Ear plugin issue It seems the attachments are not allowed. I have included the ear

Re: Ear plugin issue

2010-08-26 Thread nishant . raj
ClientModules 1.0 ** Thanks Nishant RAJ/HBEU/h...@hsbc Aug 26 2010 15:17 Mail Size: 8020 Please respond to "Maven Users List" To users@maven.apache.org cc Subject E

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 pro

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 spe

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 release:perf

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 1.5 See the above link as you may also need to configure

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 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";> 4.0.0 de.hsyn.crtl c

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 comma

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 http://www.nabble.com/Plugins-Upgrades:-java.security.InvalidAlgorithmParameterException:--the-trustAnchors-

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] Uploading:https://maven.ador

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: org.apache.camel camel-maven-plugin ${camel.version} META-INF/spring/camel-server-aop.xml * *

Re: Maven Plugin Issue

2009-07-28 Thread Stephen Connolly
never set (or injected) in > DefaultArtifactFactory. > > Any ideas how to get it working? > > We are running the following configuration: > Maven 2.1.0 > maven-version-plugin 1.0-alpha-3 > -- > View this mes

Maven Plugin Issue

2009-07-28 Thread Jagannadh
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

Maven Plugin Issue

2009-07-28 Thread Jagannadh
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
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

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 use

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 http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.

Re: maven release plugin issue

2009-05-04 Thread Stephen Connolly
> >> extract-xsds > >> initialize > >> > >> > >> > >> > >>

Re: maven release plugin issue

2009-05-04 Thread huser
gt;> >> >> >> >> 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 >>

Re: maven release plugin issue

2009-05-04 Thread Stephen Connolly
run > > > > > > 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

maven release plugin issue

2009-05-04 Thread huser
r 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 list archive at

Re: maven release plugin issue

2009-04-06 Thread huser
ven-release-plugin >>>> >>>>  2.0-beta-9-SNAPSHOT >>>>                                         >>>> >>>>  true >>>> >>>>  false >>>>                                              

Re: maven release plugin issue

2009-04-06 Thread Olivier Lamy
ase:plugin it is not able to tag SVN. >>> >>> Provider message: >>> The svn tag command failed. >>> Command output: >>> svn: Commit failed (details follow): >>> svn: '/abc_repos/sip/tags' path not found >>> >>> This is

Re: maven release plugin issue

2009-04-06 Thread huser
age: >> The svn tag command failed. >> Command output: >> svn: Commit failed (details follow): >> svn: '/abc_repos/sip/tags' path not found >> >> This is because I am running the plugin inside a module, which exists >> under >> a SVN repo.

Re: maven release plugin issue

2009-04-06 Thread Olivier Lamy
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 release plugin issue

2009-04-06 Thread huser
ould 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 Stage Plugin issue

2009-03-26 Thread Dan Tran
on-maven-plugin/usage.html > > 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 &

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 f

Maven release plugin issue- Error code 401

2009-03-26 Thread huser
: 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 For

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 -Dwa

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 wrote: > Hi Dan, > > Thanks a lot for the response.  I took a l

Re: Maven Stage Plugin issue

2009-03-26 Thread Dan Tran
://mojo.codehaus.org/wagon-maven-plugin/merge-maven-repos-mojo.html >> http://repo1.maven.org/maven2/org/codehaus/mojo/wagon-maven-plugin/1.0-beta-1 >> >> I found what appears to be an older Apache MyFaces project by the same >> artifactId. >> >> -Jim >> &g

Re: Maven Stage Plugin issue

2009-03-26 Thread Dan Tran
t; 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

RE: Maven Stage Plugin issue

2009-03-26 Thread Jim McCaskey
1 I found 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

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 wrote: > Hello all, > > I am attempting to use the Maven stage plugin and running into a break.  I > have tried this usin

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 m

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

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
De : Lesaint Sébastien [mailto:sebastien.lesa...@ginerativ.fr] Envoyé : mardi 27 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'

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
er 2009 15:06 À : 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 u

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
igine- De : bmat...@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

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 http://maven.apache.org/plugins/maven-releas

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
e url. -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 w

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 par

Re: Deploy plugin issue

2008-10-24 Thread Nick Stolwijk
nstall the artifact in >>>> your local repository. >>>> >>>> Hth, >>>> >>>> Nick Stolwijk >>>> ~Java Developer~ >>>> >>>> Iprofs BV. >>>> Claus Sluterweg 125 >>>> 2012 WS Haarlem

Re: Deploy plugin issue

2008-10-24 Thread IvanPopov
Nick Stolwijk >>> ~Java Developer~ >>> >>> Iprofs BV. >>> Claus Sluterweg 125 >>> 2012 WS Haarlem >>> www.iprofs.nl >>> >>> >>> >>> On Fri, Oct 24, 2008 at 11:38 AM, IvanPopov <[EMAIL PROTECTED]> wrote: >>&

Re: Deploy plugin issue

2008-10-24 Thread Nick Stolwijk
OTECTED]> 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: >>&

Re: Deploy plugin issue

2008-10-24 Thread IvanPopov
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
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 - U

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

Maven dependency plugin issue

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

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 mave

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 Generic'

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 EJBModule2

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 a

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

  1   2   >