Grokbase Groups Maven users
FAQ

Search Discussions

33,966 discussions - 127,550 posts

  • 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.infoLaudio.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, DanielWinsor, 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 SemochkinVitaliy 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 GuptaAshish 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 MannRick 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, MattCoarr, 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 HofferDavid 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 DerricuttMark 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 OlmesDirk 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 ...
    Tong123123Tong123123
    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 ...
    AldricAldric
    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 BatrakDmitry 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 UserMaven 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 GierPaul 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 SkachkovNikolay 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 ...
    AmberAmber
    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 ...
    AA
    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 DutzChristofer 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 PalmreutherPeter 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 ...
    JeraldJerald
    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 ...
    KotiKoti
    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 UserOrg 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 KahnPeter 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 OrtizJavier 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 JainPraveen 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üß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 MarbaiseKarl 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 CohenSteve 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 NOPREXavier 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 CohenSteve 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 LahachouAliaksei 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 NOPREXavier 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 TreloarBarrie 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 ScholteRobert 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 ConnollyStephen 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 echalarDaniel 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 ...
    FroggerbinFroggerbin
    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 OrtizJavier 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-3Stephane-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 IvoAlberto 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 ...
    PhilipPhilip
    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 HERITIERArnaud 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éritierArnaud 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]Bharat Somaraju [DATACOM]
    Nov 26, 2012 at 4:13 am
    Nov 26, 2012 at 4:59 am
  • 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.infoLaudio.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.infoLaudio.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.infoLaudio.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 LamyOlivier 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 KolotylukEric Kolotyluk
    Nov 23, 2012 at 3:31 pm
    Nov 26, 2012 at 9:56 pm
Group Navigation
period‹ prev | Latest | first ›
Group Overview
groupusers @
categoriesmaven
discussions33,966
posts127,550
users10,987
websitemaven.apache.org
irc#maven

Top users

Wayne Fay: 4703 posts Brett Porter: 3120 posts Stephen Connolly: 1752 posts Dan tran: 1666 posts Wendy Smoak: 1566 posts Anders Hammar: 1471 posts Brian E. Fox: 1120 posts Dion: 1063 posts Dennis Lundberg: 844 posts Emmanuel Venisse: 832 posts Ron Wheeler: 819 posts Aheritier: 817 posts Barrie Treloar: 747 posts Mickknutson: 672 posts Joerg Schaible: 610 posts Jason van Zyl: 602 posts Carlos Sanchez: 598 posts Vmassol: 592 posts Benson Margulies: 549 posts Brett Porter: 500 posts
show more
Archives