Re: need filesystem-level operations in assembly plugin

2013-09-10 Thread Michael-O
Am 2013-09-11 07:12, schrieb Richard Sand: Hi all - I'm using maven-assembly-plugin to create zip distributions of our web application. It takes in the Apache Tomcat zip artifact, and the war artifact for the app, and creates an assembly. There are a couple of file operations I haven't figured o

need filesystem-level operations in assembly plugin

2013-09-10 Thread Richard Sand
Hi all - I'm using maven-assembly-plugin to create zip distributions of our web application. It takes in the Apache Tomcat zip artifact, and the war artifact for the app, and creates an assembly. There are a couple of file operations I haven't figured out how to do yet. For example, Tomcat unzips

Class not found

2013-09-10 Thread jamal sasha
Hi, I am using the following code base: https://github.com/larsgeorge/hbase-book/tree/master/ch07 The thing is .. I do the mvn clean package And it compiles fine. But when I run one of the code.. it throws an error: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.a

[ANN] Apache Maven Install Plugin 2.5 Released

2013-09-10 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 2.5 The Install Plugin is used during the install phase to add artifact(s) to the local repository. http://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in y

RE: Failure to find artifact in Nexus

2013-09-10 Thread John Dix
However, we are using the same settings.xml file for all of our projects, not just the one we are getting the errors on, and they all seem to work. -Original Message- From: John Dix Sent: Tuesday, September 10, 2013 9:43 AM To: Maven Users List Cc: rwhee...@artifact-software.com Subject

RE: Failure to find artifact in Nexus

2013-09-10 Thread John Dix
Agreed. It is a hack... I am fairly new to maven and I work on a very complex system I did not design (in fact nobody here is left who did design it). Do you have suggestions on how to approach debugging this problem? -Original Message- From: Brian Fox [mailto:bri...@infinity.nu] Sent: T

Re: `mvn generate-sources` skipping my custom executions?

2013-09-10 Thread Vincent Latombe
Hi, you are missing run from the execution block for antrun. Vincent 2013/9/10 Andrew Pennebaker > I added executions for `.thrift -> .java` as part of the generate-sources > phase, using `maven-antrun-plugin`. But when I enter `mvn > generate-sources`, Maven skips right over this execu

Tooling to help with releases from within a source tree.

2013-09-10 Thread Ian Boston
Hi, I am wondering if there is tooling available in maven to assist with this the following scenario. I have a source tree releasing multiple artifacts, all on different release cycles, semantically versioned and depending on one another in a tree. After one item is released all references to it

Re: `mvn generate-sources` skipping my custom executions?

2013-09-10 Thread Andrew Pennebaker
Thanks, that did it! On Tue, Sep 10, 2013 at 11:00 AM, Vincent Latombe wrote: > Hi, > > you are missing > > run > > > from the execution block for antrun. > > > Vincent > > > 2013/9/10 Andrew Pennebaker > > > I added executions for `.thrift -> .java` as part of the generate-sources > > pha

`mvn generate-sources` skipping my custom executions?

2013-09-10 Thread Andrew Pennebaker
I added executions for `.thrift -> .java` as part of the generate-sources phase, using `maven-antrun-plugin`. But when I enter `mvn generate-sources`, Maven skips right over this execution. Any idea why it would do this? pom.xml: http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.

Re: Failure to find artifact in Nexus

2013-09-10 Thread Brian Fox
You still have something wrong with the repositories in your pom or the settings.xml. Making requests to Nexus /releases would generally only be done for _your_ internal components, not for things like http client or the clean plugin. You would normally have requests to .../public instead. I'm

RE: Deploying war from dependency with tomcat7-maven-plugin

2013-09-10 Thread Martin Gainty
Oliver wrote this plugin so I will reference his doc > From: gregory.amer...@liferay.com > Date: Mon, 9 Sep 2013 11:18:50 +0800 > Subject: Deploying war from dependency with tomcat7-maven-plugin > To: us...@tomcat.apache.org > > Hello all, > > I'm trying to use the tomcat7-maven-plugin, spec