Search Discussions
-
Hi, I'm trying to build my first release of my multi-modules projects. In my settings.xml : <server <id my-releases</id <username deployer</username <password 123</password </server in my main ...
Jeb001
Jan 13, 2011 at 9:55 am
Jan 19, 2011 at 9:31 am -
Hi, next day, next problem ;-)) I'm right now fighting with the name that comes out of the war packaging. My artifact is a webapp, called distributeme-registry and is a module of a larger project ...
Leon Rosenberg
Jan 4, 2011 at 10:39 pm
Jan 6, 2011 at 5:47 pm -
Hi, I see a different behavior in Maven 2.2.1 and Maven 3.0.2. Suppose I have <properties <propertyDir dir</propertyDir </properties Later, it is used in expression to configure some plugin ...
Evgeny Goldin
Jan 27, 2011 at 7:47 pm
Jan 31, 2011 at 2:33 pm -
Hi, In http://maven.40175.n5.nabble.com/Maven-Problem-in-including-excluding-some-java-packages-in-the-src-while-creating-a-jar-td2641836.htmlAnders strongly discouraged having more than one package ...
Miguel Almeida
Jan 18, 2011 at 10:17 am
Jan 25, 2011 at 9:22 pm -
Hi, In our project, the tests take some time - more than the developers are willing to execute twice (Surefire and Cobertura) over and over again. First I bound Cobertura to verify-phase, but because ...
Stefan Schulze
Jan 12, 2011 at 3:30 pm
Jan 14, 2011 at 1:41 pm -
Another dumb newbie question about using maven with a nexus repository. I have painstakingly developed a build process for a suite of applications sharing common modules that was based on using local ...
Steve Cohen
Jan 6, 2011 at 1:37 pm
Jan 6, 2011 at 6:41 pm -
Hi, Is there any way to stop the same version of pom file/build being built more than once? Thanks. B. --------------------------------------------------------------------- To unsubscribe, e-mail ...
Baz themail
Jan 4, 2011 at 5:28 pm
Jan 6, 2011 at 6:36 pm -
Hi, I have dependencies to my own projects and they are not added in the library eclipse( helios mac ) but only as /path in the .classpath. I have to remove my projects in eclipse and after that the ...
Mathias Nilsson
Jan 6, 2011 at 1:25 pm
Feb 18, 2011 at 2:40 am -
Hi, I'm quite new to Maven, so I'm happy with all suggestions. So, I have an assembly project which creates an assembly of dependencies. It works fine, but I still miss one piece. I need to get the ...
Juranta
Jan 4, 2011 at 6:19 pm
Jan 5, 2011 at 6:10 pm -
Hi . I'm getting this Error "annotations are not supported in -source 1.3" while trying to compile a Java EE project which has a simple entity that uses JPA , from the root file je(which has the ...
Ankured182
Jan 16, 2011 at 6:11 am
Jan 31, 2011 at 1:00 pm -
I'm new to Maven and am building a POM with profiles. I want to be able to set a system property that contains the value of the current profile(s). Currently I have multiple profiles that each relate ...
Jeff
Jan 20, 2011 at 6:53 am
Jan 21, 2011 at 7:54 pm -
Hi: Does anyone happen to know whether it is possible to configure tomcat:run to deploy a defined war dependency as well as run the current project as a dynamic web app in the embedded container? ...
Ryan Connolly
Jan 11, 2011 at 8:56 pm
Jan 14, 2011 at 11:29 am -
hello i have some projects. all of these projects have them external libraries. i am thinking for making one proyect only for theses external libraries and the rest of the projects to have the ...
Koxkorrita
Jan 8, 2011 at 12:42 pm
Jan 10, 2011 at 2:14 pm -
Is it appropriate / best practice to use the maven-resources-plugin to copy dlls from target\dependency\bin to target\bin so they will be where I need them for runtime? Thanks, Phillip ...
Phillip Hellewell
Jan 5, 2011 at 10:51 pm
Jan 8, 2011 at 12:27 am -
I want to create a groovy maven project and be able to execute groovy tests, Geb test, spock tests, etc. To start, I just want to execute tests that extend GroovyTestCase. I placed tests in ...
Ed Young
Jan 17, 2011 at 3:13 pm
Jan 18, 2011 at 3:52 am -
I am new to web development so I hope there is enough information here. I have a website developed under eclipse using m2eclipse/maven. This project works fine under a local Tomcat server. I now want ...
Nigel Weinronk
Jan 12, 2011 at 8:58 pm
Jan 17, 2011 at 12:59 pm -
Hi, Is there a way in maven to generate a web project with java, resources, and webapp folders running the archtype goal. Maven suggest to create a multi project module with: multi-project by ...
Piotr Skawinski
Jan 19, 2011 at 8:22 am
Jan 20, 2011 at 2:47 pm -
Hi My multi module project is structured with separate aggregate pom and parent pom (aggregate pom is not a parent pom). All modules are aggregated by aggragate pom (parent pom is also submodule of ...
Marcin Kuthan
Jan 28, 2011 at 3:39 pm
Feb 2, 2011 at 12:30 pm -
I am new to maven. I have a top level project with several sub-projects below it. I have recently created a plugin as a sub-project that will be used by the top level project during the build ...
E S
Jan 31, 2011 at 5:55 pm
Jan 31, 2011 at 9:46 pm -
I don't know if I've lost my mind or what, but Maven is not giving me an error when I have cyclic dependencies. I just tried a simple two projects A and B that depend on each other, and Maven gives ...
Phillip Hellewell
Jan 24, 2011 at 10:57 pm
Jan 29, 2011 at 10:53 pm -
Hi all, Option 1: It's easy to write a POM that creates a JAR for a GWT widget including CSS and other resources. It's also easy to then write a POM that depends on that JAR and creates a WAR for ...
Hilco Wijbenga
Jan 20, 2011 at 1:08 am
Jan 20, 2011 at 9:51 pm -
In a parent I define some properties that are used in a lot of sub modules in the maven-antrun-plugin. All these sub modules needs to execute the exact same tasks so it could be nice to define this ...
Motes motes
Jan 18, 2011 at 4:51 pm
Jan 20, 2011 at 4:24 pm -
7
Changing the groupId/artifactId of an artifact in the next version but keep maven conflict detection
Hi, We have a pom.xml for the drools guvnor repository jar, with this identification: <groupId org.drools</groupId <artifactId drools-repository</artifactId <version 5.1.0</version Now, for the next ...Geoffrey De Smet
Jan 18, 2011 at 7:58 am
Jan 19, 2011 at 3:22 pm -
I'm sure you all know Wayne since he's been around forever answering user list questions. We recently voted him in both as a committer and a PMC member, so please join me in congratulating him. We're ...
Brian Fox
Jan 15, 2011 at 1:08 am
Jan 15, 2011 at 9:34 pm -
Hi all, I am using maven with tycho to build osgi bundles. In my project's pom.xml I need the following section: I don't want to repeat that in all my projects, but would rather like to have that ...
Moritz Maisel
Jan 7, 2011 at 8:00 am
Jan 7, 2011 at 5:39 pm -
Hi, I have several shell scripts in src/test/resources that I try to call from within a JUnit test. The class under test is a wrapper arround plexus.utils.cli. When mvn copies the files to ...
Oliver Schrenk
Jan 26, 2011 at 3:36 pm
Jan 27, 2011 at 10:24 pm -
In a commercial software development environment, production code will rely on artifacts which may come from public domain such as maven central repository. For those artifacts from external, would ...
Guo Du
Jan 23, 2011 at 11:21 pm
Jan 26, 2011 at 9:05 am -
Is the PDF plugin expected to work in Maven3? I see this bug report [http://jira.codehaus.org/browse/MPDF-41], but it doesn't look like there has been a new release [or even that the issue has been ...
Andrew Geery
Jan 21, 2011 at 5:11 pm
Jan 24, 2011 at 9:13 pm -
Hi all, I'm trying to automate licensing collection for my product. What I want is simple: collect (i.e. download) all licenses of my dependencies and store them in a folder. Does anyone know if ...
Rui Vilão
Jan 21, 2011 at 5:30 pm
Jan 24, 2011 at 11:15 am -
Hi All, What extra things <pluginManagement provides than using only <plugins . CASE 1: if I have a parent POM having few plugins in <pluginManagement section --- so the children POMs will be using ...
Amaresh mourya
Jan 14, 2011 at 11:21 am
Jan 18, 2011 at 9:39 pm -
On OpenVMS, with JDK 1.5, and maven 3.0 I can download now perfectly forcing basic authentication toward our proxy server. But as downloading artefacts from repositories works now perfect, I want to ...
Stadelmann Josef
Jan 13, 2011 at 3:24 pm
Jan 18, 2011 at 7:20 am -
Hi, is it possible to exclude a dependency without specifying from which other dependency it might come from ? Like "wherever depA is coming from, exclude it" ? Thanks
Mremersoncod
Jan 17, 2011 at 9:50 am
Jan 17, 2011 at 2:35 pm -
I got this error when I trying to deploy to Nexus using maven command: maven deploy. IS anyone can help me on this? ............. ........ [INFO] Tests are skipped. [INFO] [dbunit:operation ...
Linzhang
Jan 12, 2011 at 3:58 pm
Jan 12, 2011 at 9:48 pm -
Hello, a build of an aggregated project recently broke (actually after first release) with following error message: [ERROR] BUILD ERROR [INFO] ...
Leon Rosenberg
Jan 4, 2011 at 2:11 pm
Jan 4, 2011 at 10:38 pm -
Has anyone else run into this? I run into it all the time. It appears to be because unpack-dependencies is not updating the timestamp on the marker files like it should. I found this bug which seems ...
Phillip Hellewell
Jan 19, 2011 at 9:00 pm
Feb 4, 2011 at 3:14 am -
Hi, How do I check from within a Mojo if an artifact already exists in the local repository? I'm installing large binaries into the local Maven repository and I need to know if they already exist ...
Cowwoc
Jan 26, 2011 at 7:49 pm
Jan 28, 2011 at 9:16 pm -
Hi all, I'm using the Maven release plugin (in dryRun mode) to prepare a release but the command gets stuck while signing the artifacts with gpg-plugin. Here's what I see in "normal" mode: ... [INFO] ...
Tommaso Teofili
Jan 23, 2011 at 11:14 am
Jan 24, 2011 at 9:40 am -
I am about to build apache-maven-2.2.1 on OpenVMS using either ant 1.7 or ant 1.6.5 from the NetBeans IDE 6.5.1 Just substituted M2_HOME by MVN_HOME for convenient. I managed that ant <get could ...
Stadelmann Josef
Jan 18, 2011 at 2:41 pm
Jan 23, 2011 at 10:16 am -
I have upgraded from Maven 2.20 to 3.02, and I found many of my integration tests that used to pass are now failing because of a ClassCastException, which is an odd exception to find when no code has ...
Neil Chaudhuri
Jan 14, 2011 at 7:27 pm
Jan 15, 2011 at 1:56 am -
Hi, I think, that I a one problem with properties in maven found. The problem in pom with properties. If any know any other properties, which worked same. Please say. Thank you. The Problem can you ...
Alexander Vaysberg
Jan 14, 2011 at 2:09 pm
Jan 14, 2011 at 2:58 pm -
I am, for the first time, trying to use a nexus repository. I have read all the information here: http://maven.apache.org/guides/mini/guide-encryption.html on password encryption and to the best of ...
Steve Cohen
Jan 5, 2011 at 10:37 pm
Jan 6, 2011 at 1:22 pm -
Hi, say I have two projects, foo and bar, and bar depends on foo. My question is how should I properly declare this dependency. always want bar to use the newest release of foo. So, I have a released ...
Leon Rosenberg
Jan 4, 2011 at 10:47 am
Jan 5, 2011 at 9:39 pm -
Hi all ! My context : - 1 pom Artefact - This artefact generate N zip artefacts via the maven-assembly-plugin. These N artefact are contextualized upon a target deployment environnment. - N = ~5 for ...
Frederic Camblor
Jan 30, 2011 at 2:14 am
Feb 4, 2011 at 9:08 am -
Hi, Part of my job is to maintain an Ant build to obfuscate a web app. This happens in four steps: - Ant builds the WAR file on PC - WAR file gets uploaded to a server where it is obfuscated (which - ...
Karsten Silz
Jan 29, 2011 at 12:24 am
Feb 1, 2011 at 9:04 pm -
I'm writing a web app with Maven and learning as I go. The <packaging is war. I have a directory within my project that has the web pieces: web src main webapp WEB-INF Web.xml When I run mvn clean ...
Kenneth Litwak
Jan 31, 2011 at 9:09 pm
Feb 1, 2011 at 1:23 am -
Hi, while migrating to maven 3 (a large multi module project with 200 maven projects) I ran into a lot of surefire JUnit problems. The whole project builds correct with maven 3 serial build (without ...
Fmeili
Jan 18, 2011 at 5:08 pm
Jan 31, 2011 at 4:19 pm -
Hi all guys, this short mail just to make the Maven/Solr communities aware that we published an Apache Maven archetype[1] (that we lazily called 'solr-packager' :P) that helps Apache Solr developers ...
Simone Tripodi
Jan 27, 2011 at 6:59 am
Jan 27, 2011 at 3:17 pm -
I have the following problem releasing a project with the maven-release-plugin (version 2.1). I’m using the maven release plugin in batch-mode. When using the release plugin in interactive mode, the ...
Milewc
Jan 21, 2011 at 1:45 pm
Jan 27, 2011 at 9:11 am -
Hi, I'm having some trouble with how maven resolves dependencies in my project. The project has many sub-projects, and one of the sub-projects does not build correctly when I build the whole ...
Smirnegger Steihnhoff
Jan 21, 2011 at 1:12 pm
Jan 21, 2011 at 3:23 pm -
Hello. When I try to compile my software I get this errors : [WARNING] The artifact xerces:xerces:jar:2.4.0 has been relocated to xerces:xercesImpl:jar:2.4.0 Downloading ...
Jonathan Vila Lopez
Jan 20, 2011 at 9:09 am
Jan 20, 2011 at 10:27 am
Group Overview
group | users |
categories | maven |
discussions | 185 |
posts | 804 |
users | 198 |
website | maven.apache.org |
irc | #maven |
198 users for January 2011
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)