Re: arcehtype:create-from-project not honoring -s parameter in integration-test phase

2013-07-12 Thread Anders Hammar
Sorry, no. /Anders (mobile) Den 13 jul 2013 01:40 skrev "Darryl Mocek" : > Hi Anders, > >I created > http://jira.codehaus.org/**browse/ARCHETYPE-445. > Any suggestions for a workaround? > > Thanks, > Darryl > > On 07/12/2013 03:54 PM, Anders Ha

mvn install give permission denied error for writing track file to local repository

2013-07-12 Thread jialanque
I tried to install mahout using maven with version info: Apache Maven 3.1.0-alpha-1 (c726cdd3a9ad5c3a419e1171f8c1925e336ead18; 2013-06-01 13:03:28+) Maven home: /export/home/jque/apache-maven-3.1.0-alpha-1 Java version: 1.6.0_33, vendor: Sun Microsystems Inc. Java home: /usr/java/jdk1.6.0_33/j

Re: arcehtype:create-from-project not honoring -s parameter in integration-test phase

2013-07-12 Thread Darryl Mocek
Hi Anders, I created http://jira.codehaus.org/browse/ARCHETYPE-445. Any suggestions for a workaround? Thanks, Darryl On 07/12/2013 03:54 PM, Anders Hammar wrote: I think you should file a new ticket as the existing one is for a different goal. /Anders (mobile) Den 12 jul 2013 23:51 skrev

Re: arcehtype:create-from-project not honoring -s parameter in integration-test phase

2013-07-12 Thread Anders Hammar
I think you should file a new ticket as the existing one is for a different goal. /Anders (mobile) Den 12 jul 2013 23:51 skrev "Darryl Mocek" : > I am running maven within a firewall and have a mirror of the Maven > repository within the coporate firewall. When specifying a proxy and using > Mave

arcehtype:create-from-project not honoring -s parameter in integration-test phase

2013-07-12 Thread Darryl Mocek
I am running maven within a firewall and have a mirror of the Maven repository within the coporate firewall. When specifying a proxy and using Maven Central, or just about any mirror, I get build errors, so I need to use our internal mirror. The build is faster this way as well. I have a set

RE: maven-changelog-plugin not working...

2013-07-12 Thread Zanzerkia, Robert
Hi Anders, I have tried version 2.2 and I get same error. I have attached the log file. Thanks, Robert -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Tuesday, July 09, 2013 1:45 PM To: Maven Users List Subject: RE:

Re: Assemply plug-in: useProjectArtifact flag

2013-07-12 Thread Igor Zapletnev
Or any other way build jar file that includes one specified dependency and project artifact On Thu, Jul 11, 2013 at 11:19 PM, Igor Zapletnev wrote: > I want to include just one artifact from the dependencies in the the > result jar, so my assembly descriptor: > > > / > > org.exampl

input artifacts to plugin

2013-07-12 Thread Richard Sand
Hi all - another hopefully simple question: Can I add a custom configuration property to my plugin which takes in the normal .. for the build, I'd have a @Property Set which maven will still resolve & manage but specifically for use by the plugin. As a sample, this is what I want to put into

RE: opinion on obfuscator plugin default execution phase?

2013-07-12 Thread Richard Sand
That's a good idea too. Really we'd want the tests to be performed against both to isolate whether obfuscation specifically has caused the problem. What's the best way to accomplish this? I'm thinking we let the post-compile testing occur, then obfuscate, then re-run the testing. Can that flow be

Re: Unable to run a particular test group in testng

2013-07-12 Thread Andreas Gudian
Am Freitag, 12. Juli 2013 schrieb vishwa : > Hi Andreas, > Thanks for the quick reply. Replaced 2.5.1 with 2.15 and tried but I got > some errors: > /[ERROR] Plugin org.apache.maven.plugins:maven-compiler-plugin:2.15 or one > of its > dependencies could not be resolved: Failed to read artifact de

Re: Unable to run a particular test group in testng

2013-07-12 Thread vishwa
Hi Andreas, Thanks for the quick reply. Replaced 2.5.1 with 2.15 and tried but I got some errors: /[ERROR] Plugin org.apache.maven.plugins:maven-compiler-plugin:2.15 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org. apache.maven.plugins:maven-compiler-pl

Re: Unable to run a particular test group in testng

2013-07-12 Thread Andreas Gudian
Am Freitag, 12. Juli 2013 schrieb vishwa : > Hi Members, > I am very new to this forum. I am trying to run a particular group of tests > from testng. > I have to groups of tests: *first* and *second*. > > *testng.xml: > --* > /http://testng.org/testng-1.0.dtd"; > > > > > >

Re: Error of after running 'mvn package' command

2013-07-12 Thread Russell Gold
Are those the actual pom and settings.xml files you are using? They look like unedited samples. On Jul 12, 2013, at 12:01 AM, 邹志勇 wrote: > From my observation, in POM file and settings.xml don't do any config about > repository, the following are two files content : > In the end, i pastes the

Unable to run a particular test group in testng

2013-07-12 Thread vishwa
Hi Members, I am very new to this forum. I am trying to run a particular group of tests from testng. I have to groups of tests: *first* and *second*. *testng.xml: --* /http://testng.org/testng-1.0.dtd"; >