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
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
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
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
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
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
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
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
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
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.
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
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
12 matches
Mail list logo