Search Discussions
-
hello i have one artifact (A1) that depends from another artifact (A2) the A2 artifact has one dependency but when i make the A1's tests i want to exclude one dependency i am using the exclusion into ...
Laudio.info
Dec 8, 2012 at 7:57 pm
Dec 9, 2012 at 1:09 am -
Hi, I have declared an optional dependency, but it is not being overlaid with maven-war-plugin v 2.0 //parent-of-everything/pom.xml <plugin <groupId org.apache.maven.plugins</groupId <artifactId ...
Winsor, Daniel
Dec 8, 2012 at 1:32 am
Dec 8, 2012 at 8:36 pm -
Hi, I have a multi-module project that has following structure repository4hibernate + repository4hibernate-shared + repository4hibernate-api when I try to perform release When I run: mvn ...
Vitaliy Semochkin
Dec 7, 2012 at 10:32 pm
Dec 9, 2012 at 10:00 am -
Hi, I have 4 profiles. There are four directories in the source tree corresponding to each profile. I would like to compile source code under these directories only when build is running under the ...
Ashish Gupta
Dec 7, 2012 at 1:08 am
Dec 7, 2012 at 7:33 am -
Despite reading and re-reading the docs, and googling, for the past half-hour, I can't see how useScope or scopes is useful in the maven ant task unless I use a separate POM file. If I list all my ...
Rick Mann
Dec 6, 2012 at 5:17 am
Dec 6, 2012 at 5:17 am -
Hello, I'm able to use "mvn release:prepare" but I run into an issue when I use "mvn release:perform". My problem is that my scm data in my pom points to our git repository which contains multiple ...
Coarr, Matt
Dec 5, 2012 at 10:37 pm
Dec 6, 2012 at 3:36 pm -
I have a multi-module maven build and can't get the site build to work. It's currently failing with this error. The module its failing on, stand-alone, doesn't have any code just packages assemblies, ...
David Hoffer
Dec 5, 2012 at 10:00 pm
Dec 7, 2012 at 12:14 am -
Hey all, Seeing some odd behaviour with maven-exec-plugin and JVM arguments that seem to be eluding me. I have the following config: <plugin <groupId org.codehaus.mojo</groupId <artifactId ...
Mark Derricutt
Dec 5, 2012 at 9:06 pm
Dec 5, 2012 at 10:11 pm -
Hi, as part of our build wer're building client specific "installer" zips. These are around 10 different assembly descriptors which have 90% overlap. If possible I'd like to get rid of this overlap ...
Dirk Olmes
Dec 5, 2012 at 7:40 am
Dec 5, 2012 at 11:51 am -
for example, Maven Clean Plugin, http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html have this configuration elements <configuration <filesets <fileset <directory ...
Tong123123
Dec 5, 2012 at 1:27 am
Dec 5, 2012 at 5:11 am -
I have configured my project to execute a jboss-as-maven-plugin goal (deploy) at pre-integration-test phase. When executing (mvn install), I get : WARNING: Failed to getClass for ...
Aldric
Dec 5, 2012 at 1:26 am
Dec 5, 2012 at 1:26 am -
Hi, While trying to migrate a project from Maven 2 to Maven 3, I encountered a problem, the essence of which can be demonstrated by the following simple example. Consider the following POM: <project ...
Dmitry Batrak
Dec 5, 2012 at 1:26 am
Dec 5, 2012 at 11:47 am -
Hi all - I'm trying to share assembly descriptors between two projects. But I'm having an issue when one of the shared assembly descriptors also has a componentDescriptor. I can reference the ...
Maven User
Dec 4, 2012 at 6:15 pm
Dec 4, 2012 at 6:15 pm -
The Maven team is pleased to announce the release of the Maven Enforcer Plugin, version 1.2 The enforcer plugin provides goals to control certain environmental constraints such as Maven version, JDK ...
Paul Gier
Dec 4, 2012 at 3:55 am
Dec 4, 2012 at 3:55 am -
Hi! I have a source directory structure like below (1). I have maven project that compiles uses <include in the pom.xml and all builds OK. When I run mvn eclipse:eclipse in same directory I do not ...
Nikolay Skachkov
Dec 4, 2012 at 12:04 am
Dec 4, 2012 at 12:04 am -
Hi, I'am trying to rename a resource file when gnerating the archetype frome project : for exemple : "foo" project with a resource file "src/main/resources/foo.properties" , generating the archetype ...
Amber
Dec 3, 2012 at 9:00 pm
Dec 3, 2012 at 9:00 pm -
I assembly a multi-module project, in the assembly, I write like the follow, is there any property word like ${project.module} to replace "module1"? or can i user .properties file to set ...
A
Dec 2, 2012 at 3:21 pm
Dec 3, 2012 at 9:28 am -
Hi, I am currently setting up a new Maven plugin project and am currently faced with the following problem: I have fefined a dafaultLifecycle which defines which mojos should generally be invoked in ...
Christofer Dutz
Dec 2, 2012 at 11:34 am
Dec 2, 2012 at 4:33 pm -
Hello, I'm trying to make use of plexus-compiler-eclipse by setting <plugin <artifactId maven-compiler-plugin</artifactId <version 3.0</version <configuration <compilerId eclipse</compilerId ...
Peter Palmreuther
Dec 1, 2012 at 10:27 am
Dec 4, 2012 at 10:27 pm -
I'm a new Bee to Maven using Hiberanate I tried with 1. <dependency <groupId com.microsoft.sqlserver.jdbc</groupId <artifactId sqljdbc4</artifactId <version 2.0</version </dependency 2. <dependency ...
Jerald
Dec 1, 2012 at 10:26 am
Dec 1, 2012 at 1:45 pm -
HI all, My application is already using wsdl4j-1.6.2.jar and will not support with wsdl4j-1.5.1.jar file. I have observed that when I have written only axis1.4 dependency code in my pom.xml like ...
Koti
Nov 30, 2012 at 12:14 am
Nov 30, 2012 at 12:14 am -
Hello. Quite a few things in Maven take patterns as input. One example would be the Assembly plugin, which accepts strings of the form "*.java", etc, in its configuration when referring to files to ...
Org Apache Maven User
Nov 29, 2012 at 6:00 pm
Nov 29, 2012 at 9:02 pm -
Hi all, I have a multiple module build that I run thusly: mvn --fail-never --batch-mode -U -Dmaven.test.failure.ignore clean install At the end of the process my build system scans tests results ...
Peter Kahn
Nov 29, 2012 at 4:02 pm
Nov 29, 2012 at 5:56 pm -
I'm trying the changes on a thread about the Annotations not working and I was able to make it work but encountered this discrepancy. I can use default-value="" but not defaultValue="" as part of the ...
Javier Ortiz
Nov 29, 2012 at 3:01 pm
Nov 29, 2012 at 3:01 pm -
Hi I am building my project using maven, I have some german character in my validation-global.xml When I build it they got converted to some garbage value in validation.xml. If I add <? Xml ...
Praveen Jain
Nov 29, 2012 at 10:43 am
Dec 5, 2012 at 11:32 am -
Hi there, I'm running into an error when trying to build my project using the shade plugin. I need to merge some XML-Files, so the interesting part of my pom.xml looks like this: <plugin <groupId ...
Benjamin Süß
Nov 29, 2012 at 10:06 am
Nov 29, 2012 at 10:21 am -
Hello to all, i just want to know if someone knows about some influences between the gwt-maven-plugin and the maven-release-plugin ? may be someone has already some kind of this experience ? Thanks ...
Karl Heinz Marbaise
Nov 28, 2012 at 8:53 pm
Nov 28, 2012 at 9:15 pm -
Is there a way in maven to "echo" some text provided via a property in pom.xml into a text file at a given location? --------------------------------------------------------------------- To ...
Steve Cohen
Nov 28, 2012 at 4:15 pm
Nov 28, 2012 at 8:30 pm -
Hi all, My project is depending on many ZIP resources. With "maven-dependency-plugin" and its "unpack-dependencies", I kown how to unpack each dependency. But (for different reasons I cannot explain ...
Xavier NOPRE
Nov 28, 2012 at 3:20 pm
Nov 28, 2012 at 10:50 pm -
Are properties defined in pom.xml available in the execution of an assembly descriptor invoked from pom.xml via the assembly plugin? If not, is there a way to pass such definitions to the assembly ...
Steve Cohen
Nov 28, 2012 at 3:08 pm
Nov 28, 2012 at 7:11 pm -
I have ask this question at stackoverflow http://stackoverflow.com/questions/13586552/why-ant-use-maven-ant-tasks-artifactmvn-download-dependency-jar-so-slowly
金鑫
Nov 28, 2012 at 2:06 pm
Nov 28, 2012 at 2:06 pm -
Hello everyone! release:prepare/perform creates release only from HEAD revision and I can understand that - it has to commit release POMs before it creates a tag, because the tag may not be ...
Aliaksei Lahachou
Nov 28, 2012 at 1:52 pm
Nov 28, 2012 at 1:58 pm -
Hi all, With Maven (3.0.3), I can generate a ZIP file containing some resources from my projet, with maven-assembly-plugin and an assembly.xml descriptor. OK. I can also generate 2 different ZIP ...
Xavier NOPRE
Nov 28, 2012 at 1:39 pm
Nov 28, 2012 at 3:05 pm -
While trying to sort out http://maven.40175.n5.nabble.com/Retrieving-the-project-source-directories-from-MavenProject-td5733602.html I was hacking his code and found that Java 1.5 @Component ...
Barrie Treloar
Nov 28, 2012 at 3:27 am
Nov 29, 2012 at 7:13 am -
The Apache Maven team is pleased to announce the release of the Maven Invoker Plugin, version 1.8 The Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each ...
Robert Scholte
Nov 27, 2012 at 5:48 pm
Nov 27, 2012 at 5:48 pm -
The Mojo team is pleased to announce the release of the Versions Maven Plugin, version 2.0 NOTE: This release requires Maven 2.2.1 or newer and consequently JRE 1.5 or newer. NOTE: This is the *last* ...
Stephen Connolly
Nov 27, 2012 at 1:57 pm
Nov 28, 2012 at 11:54 pm -
Hi, I'm new in maven, To add a dependency to my pom.xml, usually, I google the artifact, class, jar and then go to http://mvnrepository.com and try luck by searching key words, however sometimes it ...
Daniel echalar
Nov 27, 2012 at 1:44 pm
Nov 28, 2012 at 10:19 am -
Hello, When I try to either Build, Clean and Build or Run (play button) my ' <http://www.coderanch.com/forums/f-67/tools Maven Webapplication' in NetBeans, I get the following output: 1. cd ...
Froggerbin
Nov 27, 2012 at 1:02 pm
Nov 29, 2012 at 5:31 pm -
I'm loading a Maven project as described here<http://stackoverflow.com/questions/4381460/get-mavenproject-from-just-the-pom-xml-pom-parser . I'm trying to figure out how I can retrieve the source ...
Javier Ortiz
Nov 26, 2012 at 10:10 pm
Nov 28, 2012 at 8:46 pm -
Hi, I have a build with a Maven profile and I can run in as a Run configuration from within STS, the Spring Source Tool Suite Eclipse version. I can also run it from the command line with the ...
Stephane-3
Nov 26, 2012 at 2:56 pm
Nov 26, 2012 at 2:56 pm -
Hello, How can I fix this warning? project-parent is just a maven project with only a pom that is a parent for another POMs. [WARNING] [WARNING] Some problems were encountered while building the ...
Alberto Ivo
Nov 26, 2012 at 12:24 pm
Nov 26, 2012 at 2:50 pm -
Hi list, i have a multi-module project and would like to share some common resources. Easily found the reference, Brian Fox ...
Philip
Nov 26, 2012 at 11:58 am
Nov 26, 2012 at 11:58 am -
The Apache Maven team is pleased to announce the release of the Maven Dependency Plugin, version 2.6 The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack ...
Arnaud HERITIER
Nov 26, 2012 at 8:18 am
Nov 26, 2012 at 8:18 am -
The Maven team is pleased to announce the release of the Maven Dependency Analyzer, version 1.3 Analyzes the dependencies of a project for undeclared or unused artifacts ...
Arnaud Héritier
Nov 26, 2012 at 6:54 am
Nov 26, 2012 at 6:54 am -
Hi, I am facing below exception while building workspace with MAVEN. Can You please help? [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] ...
Bharat Somaraju [DATACOM]
Nov 26, 2012 at 4:13 am
Nov 26, 2012 at 4:59 am -
0
Axis ws
Hello I am trying to make one ws usong mv and axis I have one class that i want to covert to one ws using axis but is imposible I generate using the goal java2wsdl but into the war doesn't appears ...Laudio.info
Nov 25, 2012 at 6:55 pm
Nov 25, 2012 at 6:55 pm -
hello i have one class for generate the ws. do you know whic maven pluging must i use? do you know any example or url for making it? thanks
Laudio.info
Nov 25, 2012 at 9:59 am
Nov 25, 2012 at 7:36 pm -
hello into my maven projects i have the conf files (properties) and log configuracion files into the jars or ears. well i must to externalize them. i must to put into one external location but i dont ...
Laudio.info
Nov 24, 2012 at 10:29 pm
Nov 28, 2012 at 2:09 pm -
The Apache Maven team is pleased to announce the release of the Maven Rar Plugin, version 2.3 A resource adapter is a system-level software driver that a Java application uses to connect to an ...
Olivier Lamy
Nov 23, 2012 at 3:32 pm
Nov 23, 2012 at 3:32 pm -
I am playing around with getting our Corporate POM process working correctly, but running into problems. I have things configured so that people need to reference it without using <relativePath ...
Eric Kolotyluk
Nov 23, 2012 at 3:31 pm
Nov 26, 2012 at 9:56 pm
Group Overview
group | users |
categories | maven |
discussions | 33,966 |
posts | 127,550 |
users | 10,987 |
website | maven.apache.org |
irc | #maven |
Top users
Archives
- December 2012 (74)
- November 2012 (480)
- October 2012 (350)
- September 2012 (376)
- August 2012 (407)
- July 2012 (538)
- June 2012 (402)
- May 2012 (453)
- April 2012 (698)
- March 2012 (510)
- February 2012 (565)
- January 2012 (492)
- December 2011 (462)
- November 2011 (406)
- October 2011 (453)
- September 2011 (546)
- August 2011 (694)
- July 2011 (504)
- June 2011 (392)
- May 2011 (747)
- April 2011 (734)
- March 2011 (745)
- February 2011 (668)
- January 2011 (804)
- December 2010 (782)
- November 2010 (947)
- October 2010 (1,130)
- September 2010 (817)
- August 2010 (1,049)
- July 2010 (615)
- June 2010 (670)
- May 2010 (857)
- April 2010 (816)
- March 2010 (884)
- February 2010 (730)
- January 2010 (794)
- December 2009 (861)
- November 2009 (1,099)
- October 2009 (1,071)
- September 2009 (1,003)
- August 2009 (816)
- July 2009 (886)
- June 2009 (874)
- May 2009 (892)
- April 2009 (1,144)
- March 2009 (1,219)
- February 2009 (988)
- January 2009 (813)
- December 2008 (1,001)
- November 2008 (1,160)
- October 2008 (1,355)
- September 2008 (1,498)
- August 2008 (1,070)
- July 2008 (1,126)
- June 2008 (1,080)
- May 2008 (1,109)
- April 2008 (1,481)
- March 2008 (1,666)
- February 2008 (1,508)
- January 2008 (1,617)
- December 2007 (1,108)
- November 2007 (1,257)
- October 2007 (1,413)
- September 2007 (1,645)
- August 2007 (1,578)
- July 2007 (1,410)
- June 2007 (1,633)
- May 2007 (1,370)
- April 2007 (1,815)
- March 2007 (1,653)
- February 2007 (1,695)
- January 2007 (1,828)
- December 2006 (1,139)
- November 2006 (1,877)
- October 2006 (1,906)
- September 2006 (1,854)
- August 2006 (2,056)
- July 2006 (1,862)
- June 2006 (2,276)
- May 2006 (2,513)
- April 2006 (2,407)
- March 2006 (2,345)
- February 2006 (2,058)
- January 2006 (2,566)
- December 2005 (1,752)
- November 2005 (2,876)
- October 2005 (2,435)
- September 2005 (1,521)
- August 2005 (1,414)
- July 2005 (1,059)
- June 2005 (1,049)
- May 2005 (1,068)
- April 2005 (789)
- March 2005 (633)
- February 2005 (537)
- January 2005 (644)
- December 2004 (655)
- November 2004 (774)
- October 2004 (541)
- September 2004 (823)
- August 2004 (765)
- July 2004 (870)
- June 2004 (918)
- May 2004 (885)
- April 2004 (609)
- March 2004 (893)
- February 2004 (690)
- January 2004 (871)
- December 2003 (841)
- November 2003 (852)
- October 2003 (843)
- September 2003 (935)
- August 2003 (861)
- July 2003 (809)
- June 2003 (725)
- May 2003 (698)
- April 2003 (738)
- March 2003 (451)
- February 2003 (499)
- January 2003 (662)
- December 2002 (367)
- November 2002 (9)