Re: Log an error found in Maven Documentation

2010-08-27 Thread Panayotis Matsinopoulos
Ok, here it goes Document: "Apache Maven Current Version User Guide" (2010-08-01) Maven version I am using: Apache Maven 2.2.1 (r801777; 2009-08-06 22:16:01+0300) The pom.xml generated by the command: mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=com.mycom

Re: Log an error found in Maven Documentation

2010-08-27 Thread Wendy Smoak
2010/8/27 Panayotis Matsinopoulos : > Sorry, these are my first days with Maven and my first message to maven mail > lists. > I was reading Maven documentation and I wanted to report an error in the > document. > Does anybody know where shall I report this too? > > Is there any official process for

Re: question on capabilities of AntRun plugin

2010-08-27 Thread Stephen Connolly
If you have "invested a significant amount of time in preparing the Ant build, and so I would prefer to find a way to leverage this work, rather than starting from scratch with Maven" then I recommend that you do not use Maven. Instead use maven-ant-tasks to interact with the maven repository and

Re: using properties from external files in pom.xml

2010-08-27 Thread Stephen Connolly
On 27 August 2010 17:11, Wayne Fay wrote: > > Looks like this maven plugin could feet your needs : > > http://haroon.sis.utoronto.ca/zarar/properties-maven-plugin/index.html > > Since Stephen hasn't given his usual response to this thread yet, I > will go ahead and copy/paste it in... > > Yes tha

Re: Log an error found in Maven Documentation

2010-08-27 Thread Olivier Lamy
Try here http://jira.codehaus.org/browse/MNGSITE 2010/8/27 Panayotis Matsinopoulos : >  Hi, > > Sorry, these are my first days with Maven and my first message to maven mail > lists. > I was reading Maven documentation and I wanted to report an error in the > document. > Does anybody know where sh

Log an error found in Maven Documentation

2010-08-27 Thread Panayotis Matsinopoulos
Hi, Sorry, these are my first days with Maven and my first message to maven mail lists. I was reading Maven documentation and I wanted to report an error in the document. Does anybody know where shall I report this too? Is there any official process for reporting errors in the documentation

Re: RE: Multiple profile execution in maven

2010-08-27 Thread Wendy Smoak
On Fri, Aug 27, 2010 at 4:33 PM, Sridhar Laxmipuram Srinivasan wrote: > Multiple profile execution is the actual requirement for me, Unlikely. What are you actually trying to *do* with the multiple profiles? -- Wendy - To un

Re: RE: Multiple profile execution in maven

2010-08-27 Thread Wayne Fay
As Benson already said... you will need to use distinct execution ids when you have multiple declarations of plugins in multiple profiles. Go here: http://maven.apache.org/guides/mini/guide-configuring-plugins.html Then scroll down to Configuring Build Plugins and Using the Tag. You will need to

RE: RE: Multiple profile execution in maven

2010-08-27 Thread Sridhar Laxmipuram Srinivasan
Multiple profile execution is the actual requirement for me, since maven supports this I am trying to debug why the heck it is not working, I have a workaround which I am using that is put individual profile execution in a shell script and execute them and I works fine, but I want to utilize mav

Re: RE: Multiple profile execution in maven

2010-08-27 Thread Benson Margulies
I think that what the OP needs to know is that, to get multiple executions from multiple profiles, each one has to have a distinctive execution ID, not the default. On Fri, Aug 27, 2010 at 4:03 PM, Wayne Fay wrote: >> if you look at both of the profiles except for id and surefire report >> direc

Re: RE: Multiple profile execution in maven

2010-08-27 Thread Wayne Fay
> if you look at both of the profiles except for id and surefire report > directory > everything else are same, is there mandatory requirement for maven to uniquely > identify a profile or else it will silently ignore the profile?, my > setting.xml does The surefire plugin does not accept multip

RE: RE: Multiple profile execution in maven

2010-08-27 Thread Sridhar Laxmipuram Srinivasan
Anders! You are right I am just experimenting with 2 dummy profiles, if you look at both of the profiles except for id and surefire report directory everything else are same, is there mandatory requirement for maven to uniquely identify a profile or else it will silently ignore the profile?, my

Re: Error getting POM for org.codehaus.mojo.mojo:rpm-maven-plugin

2010-08-27 Thread Enrique Gaona
Thanks, Olivier!! That fixed the problem. Enrique Olivier Lamy To

Re: Help needed with m2eclipse + Tomcat

2010-08-27 Thread Antonio Petrelli
2010/8/27 Paul Benedict : > Wow. That worked. How did you know? I mean, that solution is not > intuitive. I wouldn't even know how to recommend it as a JIRA > enhancement to Sonatype. The Eclipse configuration files get messed up very often, especially those of the web projects. That operation tha

Re: Help needed with m2eclipse + Tomcat

2010-08-27 Thread Paul Benedict
Wow. That worked. How did you know? I mean, that solution is not intuitive. I wouldn't even know how to recommend it as a JIRA enhancement to Sonatype. Paul On Fri, Aug 27, 2010 at 2:27 PM, Antonio Petrelli wrote: > 2010/8/27 Paul Benedict : >> My web project has these facets installed: Dynamic

Re: Help needed with m2eclipse + Tomcat

2010-08-27 Thread Antonio Petrelli
2010/8/27 Paul Benedict : > My web project has these facets installed: Dynamic Web Module (2.4), > Java (1.5). I am also using the m2eclipse plugin and Eclipse's > built-in server integration for Tomcat 6.0.29. > > I get this error on context startup: > java.lang.ClassNotFoundException: > org.sprin

Help needed with m2eclipse + Tomcat

2010-08-27 Thread Paul Benedict
My web project has these facets installed: Dynamic Web Module (2.4), Java (1.5). I am also using the m2eclipse plugin and Eclipse's built-in server integration for Tomcat 6.0.29. I get this error on context startup: java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderLis

Re: Activation based on maven version?

2010-08-27 Thread Jason van Zyl
We could probably doing it by injecting some properties with standard names in the short term. You could look for mavenVersion: On Aug 24, 2010, at 11:32 PM, Anders Hammar wrote: > No, this is not possible for the moment as far as I know (thus, my ticket). > This might also be possible to imple

Re: [maven-release-plugin] Is it possible to configure maven-release-plugin to NOT pull in META-INF/LICENSE and NOTICE

2010-08-27 Thread Kalle Korhonen
Sounds like you are using the Apache super pom as the parent. If you simply name yours LICENSE and NOTICE, they'll overwrite the default ones. Kalle On Fri, Aug 27, 2010 at 7:03 AM, Justin Edelson wrote: > Nothing in the release plugin will do this automatically; it must be > configured somewhe

Re: Error getting POM for org.codehaus.mojo.mojo:rpm-maven-plugin

2010-08-27 Thread Olivier Lamy
Hi, You must use https://nexus.codehaus.org/content/groups/snapshots-group/ And not the old repo. Cleanup your local repo and restart your build. 2010/8/27 Enrique Gaona : > > > Hi, > I'm running into an issue where my Maven build is failing to an error in > the maven-metadata.   The error messa

Error getting POM for org.codehaus.mojo.mojo:rpm-maven-plugin

2010-08-27 Thread Enrique Gaona
Hi, I'm running into an issue where my Maven build is failing to an error in the maven-metadata. The error message I'm getting: Reason: Error getting POM for 'org.codehaus.mojo:rpm-maven-plugin' from the repository: Unable to read local copy of metadata: Cannot read metadata from '/home/csdpte

Re: Maven 3 New Features

2010-08-27 Thread Jason van Zyl
On Aug 27, 2010, at 10:26 AM, javed mandary wrote: > Hi , > been reading around on Maven 3 and trying to see the new features that > it contains , one of which is the translator tool apparently it can > translate a normal XML POM into a Groovy POM for example . > That is Polyglot Maven, not

Maven 3 New Features

2010-08-27 Thread javed mandary
Hi , been reading around on Maven 3 and trying to see the new features that it contains , one of which is the translator tool apparently it can translate a normal XML POM into a Groovy POM for example . Have any of you used it yet ? and do you know where to download it from? It doesnt seem to

Re: question on capabilities of AntRun plugin

2010-08-27 Thread Ron Wheeler
On 27/08/2010 12:58 PM, Jacob Beard wrote: Hi Wayne, The situation is that I have invested a significant amount of time in preparing the Ant build, and so I would prefer to find a way to leverage this work, rather than starting from scratch with Maven. As my project is unconventional, and I'

Re: question on capabilities of AntRun plugin

2010-08-27 Thread Jacob Beard
Hi Wayne, The situation is that I have invested a significant amount of time in preparing the Ant build, and so I would prefer to find a way to leverage this work, rather than starting from scratch with Maven. As my project is unconventional, and I'm not yet fully comfortable with Maven, I fee

Re: Problem by crearting a new project with "mvn archetype:create"

2010-08-27 Thread Wayne Fay
> Unable to read loca > l copy of metadata: Cannot read metadata from > 'd:\daten\maven2-local\org\apache\maven\plugins\maven-archetype-plugin\mav > en-metadata-codehaus.xml': end tag name must match start tag name > from line 7 (position: TEXT seen ... ress>\n... @9:8) You've somehow got bad da

Re: Problem by crearting a new project with "mvn archetype:create"

2010-08-27 Thread Hervé BOUTEMY
>end tag name must match start tag name > from line 7 (position: TEXT seen ... ress>\n... @9:8) uh, I'd say you have a proxy blocking HTTP requests take a loot at d:\daten\maven2-local\org\apache\maven\plugins\maven-archetype- plugin\maven-metadata-codehaus.xml, open this file in a web browser,

Re: how to best manage versions for a large common set of dependencies

2010-08-27 Thread Zac Thompson
Thanks, Wayne, I'm well aware :) I currently still have a couple of projects that use the stinky "inheritance" solution; 2.1.0 is working for them until I have a chance to migrate. I'm regularly testing with 3.0 betas (#3 soon!) to make sure that I'm ready to migrate immediately upon 3.0 release.

Re: using properties from external files in pom.xml

2010-08-27 Thread Wayne Fay
> Looks like this maven plugin could feet your needs : > http://haroon.sis.utoronto.ca/zarar/properties-maven-plugin/index.html Since Stephen hasn't given his usual response to this thread yet, I will go ahead and copy/paste it in... >> Beware, that plugin suffers from a fatal flaw: >> >> Plugins

Re: question on capabilities of AntRun plugin

2010-08-27 Thread Wayne Fay
> /home/jacob/workspace/gsoc2010/git-scxml-js/scxml-js/test-maven.xml:19: > Reference maven.compile.classpath not found. > > Please let me know what you think. Thanks, Is this just "for fun" or are you seriously trying to build a big mess of your build by continuing to use various aspects of your

Re: release plugin rollback and subversion

2010-08-27 Thread Timothy Mcginnis
Okay, thanks Brett. Now, can you take a look at my email in the Archiva list? Tim McGinnis 717 720-1962 Web Development AES/PHEAA From: "Brett Porter" To: "Maven Users List" Date: 08/27/2010 10:55 AM Subject: Re: release plugin rollback and subversion Sent by: "Brett Porter" Yes, it's a

Re: release plugin rollback and subversion

2010-08-27 Thread Brett Porter
Yes, it's a known issue that rollback doesn't remove any created tags. You should remove it manually. - Brett On 27/08/2010, at 11:56 PM, Timothy Mcginnis wrote: > Hello, > > I am trying to use Subversion with Maven for the first time. For the past > two years I have been using CVS. > > My

Re: using properties from external files in pom.xml

2010-08-27 Thread lukewpatterson
Frederic Camblor wrote: > > Looks like this maven plugin could feet your needs : > http://haroon.sis.utoronto.ca/zarar/properties-maven-plugin/index.html > you can probably get what you're looking for by using that properties plugin (making sure it runs before cargo), and then rather than addi

Re: Integration tests vs. unit tests

2010-08-27 Thread Paul Benedict
Thomas, There isn't one right answer. Expect to find lots of variants. I use a naming convention. Unit tests end in plain-old vanilla Test, and integration tests end in *ITest. I use a wildcard pattern with Maven to exclude integration tests since they are long-running and need less execution. I

Re: [maven-release-plugin] Is it possible to configure maven-release-plugin to NOT pull in META-INF/LICENSE and NOTICE

2010-08-27 Thread Justin Edelson
Nothing in the release plugin will do this automatically; it must be configured somewhere, either in your POM or (more likely from the sound of it) in a parent POM. Justin On 8/27/10 5:27 AM, han hongfang wrote: > Hi, > > Our project uses maven-release-plugin in the release process. We maintain

release plugin rollback and subversion

2010-08-27 Thread Timothy Mcginnis
Hello, I am trying to use Subversion with Maven for the first time. For the past two years I have been using CVS. My situation is that I run a "release:prepare" successfully. Then I need to run a "release:rollback" to fix something. When I try to run the "release:prepare" again I get an er

Re: RE: Multiple profile execution in maven

2010-08-27 Thread Anders Hammar
Both profiles har active according att help:active-profiles. The problem is elsewhere. Most likely inte the expected outcome. /Anders (mobile) Den 2010 8 27 15:27 skrev "Gorham-Engard, Frank" < frank_gorham-eng...@cable.comcast.com>: > I have read that any activation of any profile on the command

RE: Multiple profile execution in maven

2010-08-27 Thread Gorham-Engard, Frank
I have read that any activation of any profile on the command line will disable all profiles that are active by default. Is that still the way Maven works? If it is, perhaps, the first profile 'x' in -Px,y was active by default so the command line setting was ignored and then the second profile

Problem by crearting a new project with "mvn archetype:create"

2010-08-27 Thread thomas2004ch
Hi all, Usually I create a new project with following mvn command: mvn archetype:create -DgroupId=com.weichen.app -DartifactId=TestClusteringEJB But today as I use this command to create a new project I got error as follow. What could wrong? D:\Temp\MyProjects>mvn archetype:create -DgroupId=c

Re: using properties from external files in pom.xml

2010-08-27 Thread Armin Ehrenfels
Ah okay, in this case, I recommend starting maven from a script (e.g., shell in Unix/Linux, .bat in Windows) or a runtime configuration in Eclipse to set up your properties. Regards Armin Am 27.08.2010 11:15, schrieb Sebastian Oerding: Hi, thx for the link. But that is exactly NOT what I

Re: question on capabilities of AntRun plugin

2010-08-27 Thread Jacob Beard
Sure thing. Here is an excerpt from the pom.xml: Then, this works: But this fails: With the following error: [INFO] An Ant BuildException has occured: The following error occurred while executing this line: /home/jacob/workspace/gsoc2010/git-scxml-js/scxml-js/te

Re: Integration tests vs. unit tests

2010-08-27 Thread Nayan Hajratwala
On Aug 27, 2010, at 6:34 AM, Thomas Sundberg wrote: > Assume that we are dealing with a multi module build, how would you > organize the modules? Would you consider adding a separate > 'integration-test' tree next to main and test? I set it up like so: parent module |-- domain cl

Re: Project as jar and war

2010-08-27 Thread Antonio Petrelli
2010/8/27 Stephen Connolly : > I suggest that you have a look at the war:war goal documentation, > specifically around creation of a secondary jar artifact... Or read this FAQ: http://maven.apache.org/plugins/maven-war-plugin/faq.html#attached However, the best approach is following Stephen advice

Re: Project as jar and war

2010-08-27 Thread Ron Wheeler
This is pretty common when you develop webservices. We are using CXF for Web Service. The WebService module produces the WAR for the service as well as a JAR that any client can use to construct its access modules that use the Web service. Here are the fragment from thePOM and the entire asse

Unresolved WebApp library references defined in weblogic.xml using maven

2010-08-27 Thread monica
I am using 10.3 version of weblogic. I am trying to precompile jsps inside WAR file using weblogic.appc command through Maven2.2.1 script. I get the following error. > I am using weblogic-maven-plugin. > weblogic.utils.compiler.ToolFailureException: Unresolved WebApp library > references defined

Re: Problems with Maven

2010-08-27 Thread Baptiste MATHUS
Hi, You seem to have a problem with your local maven repository. Is it possible that something or somebody somehow broke this directory content? Which maven version are you running? And also, are you aware you're working offline? Is it a normal behaviour for you? Cheers 2010/8/27 Grita, Fabio (

Re: Moving files around with Maven

2010-08-27 Thread Antonio Petrelli
2010/8/27 Thiébault Benoît : > when I use fromDir, it complains about the missing source element (I'm using > the copy goal)... Ah, now I understand. You should use the upload goal, not the copy (that copies Wagon repositories, not artifacts). Antonio ---

Problems with Maven

2010-08-27 Thread Grita, Fabio (EST)
Dear All, I have found your names in the Maven site. We are having a problem calling the mvn service today (every king of maven command, using the install, clean and even the gwt plugin). We would like to know whether there is a problem on maven side or do you have any idea of what the problem co

Re: Multiple profile execution in maven

2010-08-27 Thread Eric Rotick
Have you got any profiles confiured in your settings.xml which we won't have used simply by using your pom? On Fri, Aug 27, 2010 at 12:35 PM, Sridhar Laxmipuram Srinivasan < sridh...@yahoo-inc.com> wrote: > Yes now the fun part :) > When I do mvn help:active-profiles -P CommentsBAT,BAT it shows m

Re: Multiple profile execution in maven

2010-08-27 Thread Anders Hammar
What are you trying to do? The two profiles looks the same to me (there might be some minor difference that I didn't spot). I'm quite sure you're trying to do something the wrong way. /Anders On Fri, Aug 27, 2010 at 13:35, Sridhar Laxmipuram Srinivasan < sridh...@yahoo-inc.com> wrote: > Yes now

RE: Multiple profile execution in maven

2010-08-27 Thread Sridhar Laxmipuram Srinivasan
Yes now the fun part :) When I do mvn help:active-profiles -P CommentsBAT,BAT it shows me both are active but when I execute it does not execute both, I am completely blank here [INFO] [help:active-profiles {execution: default-cli}] [INFO] Active Profiles for Project 'com.yahoo.qa.yWsNG.UG

Re: Multiple profile execution in maven

2010-08-27 Thread Anders Hammar
It works for me with Maven 2.2.1. Try this: mvn help:active-profiles -P CommentsBAT,BAT /Anders On Fri, Aug 27, 2010 at 13:10, Sridhar Laxmipuram Srinivasan < sridh...@yahoo-inc.com> wrote: > I am trying to execute like below: > > mvn -PCommentsBAT,BAT > > The above execute CommentsBAT but not

RE: Multiple profile execution in maven

2010-08-27 Thread Sridhar Laxmipuram Srinivasan
I am trying to execute like below: mvn -PCommentsBAT,BAT The above execute CommentsBAT but not BAT My pom is like below:- http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/

Re: deploy:deploy-file does not update local repository fully

2010-08-27 Thread Isaac
Thank you very much! I choose to use mvn install:install-file and it works! I tried build with -U, It didn't work,because the metadata file in local repo was updated. the maven client compared the md5sum in it with the remote server, and found them matched. then didn't download the correct file.

Re: Moving files around with Maven

2010-08-27 Thread Thiébault Benoît
when I use fromDir, it complains about the missing source element (I'm using the copy goal)... Le 27 août 2010 à 12:48, Antonio Petrelli a écrit : > 2010/8/27 Thiébault Benoît : >> >>org.codehaus.mojo >>wagon-maven-plugin >>

Re: Moving files around with Maven

2010-08-27 Thread Anders Hammar
Yes, when coming from Ant it's a new way of thinking. But it is the correct Maven way IMHO. /Anders 2010/8/27 Thiébault Benoît > This is indeed an interesting view. I'm still thinking the Ant way I > guess... > I will just have to find how to pull the correct artifacts automatically in > Felix.

Re: Moving files around with Maven

2010-08-27 Thread Antonio Petrelli
2010/8/27 Thiébault Benoît : > >                                org.codehaus.mojo >                                wagon-maven-plugin >                                1.0-beta-3 >                                 >                                         >                                          

Re: Moving files around with Maven

2010-08-27 Thread Thiébault Benoît
This is indeed an interesting view. I'm still thinking the Ant way I guess... I will just have to find how to pull the correct artifacts automatically in Felix... I guess it is a known problem... Le 27 août 2010 à 12:33, Anders Hammar a écrit : > My first comment when people ask me about copying

Integration tests vs. unit tests

2010-08-27 Thread Thomas Sundberg
Hi! This has been discussed previously. But I would like to ask the list again, how do you separate integrations test from unit tests in a Maven project? I define unit tests as being tests that will run in memory and not use any external resources. Anything external is mocked away. Everything wil

Re: Moving files around with Maven

2010-08-27 Thread Anders Hammar
My first comment when people ask me about copying their build output around is: Why don't you just fetch it from the repo? The (Maven) repository is the hub here. Your project should deploy the files and where ever you need those artifacts, you then pull it from the repo. There are today numerous

Re: Moving files around with Maven

2010-08-27 Thread Thiébault Benoît
I tried wagon : org.codehaus.mojo wagon-maven-plugin 1.0-beta-3 copy-jar-to-fe

[maven-release-plugin] Is it possible to configure maven-release-plugin to NOT pull in META-INF/LICENSE and NOTICE

2010-08-27 Thread han hongfang
Hi, Our project uses maven-release-plugin in the release process. We maintain the LICENSE.txt and NOTICE.txt (which contains module specifc statement) for each of our modules in subversion. When we issue mvn release:prepare, standard LICENSE and NOTICE files are pulled into META-INF folder of targ

Re: using properties from external files in pom.xml

2010-08-27 Thread Frederic Camblor
Hi, Looks like this maven plugin could feet your needs : http://haroon.sis.utoronto.ca/zarar/properties-maven-plugin/index.html I planned to use it in a near future but I'm asking myself some questions : When this plugin is p

Re: using properties from external files in pom.xml

2010-08-27 Thread Sebastian Oerding
Hi, thx for the link. But that is exactly NOT what I was trying. I want to define a property in an external file and use this property in a pom.xml. The article found under the given location gives an example how to define a property in pom.xml and use it in an external file. With kind regard

Re: Multiple profile execution in maven

2010-08-27 Thread Anders Hammar
Why not the other way around? You clean your pom and send it, and maybe someone can find time to try it out. A complete test project that doesn't work for you, is even better (and thus more likely for someone to try). /Anders On Fri, Aug 27, 2010 at 10:54, Sridhar Laxmipuram Srinivasan < sridh...

Re: Project as jar and war

2010-08-27 Thread Stephen Connolly
I suggest that you have a look at the war:war goal documentation, specifically around creation of a secondary jar artifact... but you are fighting maven and I recommend that you read http://www.sonatype.com/people/2010/08/how-to-migrate-from-ant-to-maven-project-structure/first On 27 August 2010 0

Re: deploy:deploy-file does not update local repository fully

2010-08-27 Thread Stephen Connolly
deploy:deploy-file is deploying a timestamped snapshot, to update the non-timestamped -SNAPSHOT you have three choices: 1. turn off uniqueVersion 2. run install:install-file at the same time, e.g. mvn install:install-file deploy:deploy-file -D. 3. run the next build with -U Not really a bug (

RE: Multiple profile execution in maven

2010-08-27 Thread Sridhar Laxmipuram Srinivasan
Oh is it, If possible can you please share you pom, after removing any secured/confidential information if any. I need this urgently as I am stuck on this and wasted lot of time debugging the issue Thnkx sridharl -Original Message- From: Jesse Farinacci [mailto:jie...@gmail.com] Sent:

Re: using properties from external files in pom.xml

2010-08-27 Thread Armin Ehrenfels
Hi, http://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html HTH Armin Am 27.08.2010 10:16, schrieb Sebastian Oerding: Hello, I want to use properties from external files in a pom.xml? Is this possible? It doesn't seem to be. For example, I have a tomcat.properties wit

Project as jar and war

2010-08-27 Thread Sebastian Oerding
Hello, when migrating to Maven 2 we have a multi-module project. The core component is a web application but it also contains classes required for other modules to compile. Let's say we have 0 the parent pom project for all modules A (the core) with packaging as war and B which depends on A

Re: Moving files around with Maven

2010-08-27 Thread Antonio Petrelli
2010/8/27 Thiébault Benoît : > But now, I have all my jar files in the > $PROJECT_HOME/Modules/assembly-module/target/assembly-module-1.0-SNAPSHOT-assembly/ > directory... which is not what I expect. How can I move them to my Felix > directory (which is not in the $PROJECT_HOME directory) ? Am I

Re: Is the archetype creation documentation confusing to anyone else?

2010-08-27 Thread Luke Patterson
On Aug 27, 2010, at 12:31 AM, Hervé BOUTEMY wrote: made bad copy/paste (and a few other english typos, as you can see). Thanks for the report. I fixed it, it should be available on the site in a few hours. If you find other errors int he documentation, please open Jira issues. It's even b

using properties from external files in pom.xml

2010-08-27 Thread Sebastian Oerding
Hello, I want to use properties from external files in a pom.xml? Is this possible? It doesn't seem to be. For example, I have a tomcat.properties with tomcat.manager.url=SOME_URL and so on. I use this properties file as filter. To check this issue I included bla.properties with bla=${tomcat

Moving files around with Maven

2010-08-27 Thread Thiébault Benoît
Hi everyone, I am developing a multi-module maven application with iPOJO (http://felix.apache.org/site/apache-felix-ipojo.html). Each module produces a jar file that is an OSGi bundle that I then execute within an OSGi container (http://felix.apache.org). What I want to do is to automatically

deploy:deploy-file does not update local repository fully

2010-08-27 Thread Isaac
deploy:deploy-file does not update local repository fully. Let me show it to us, and ask for help too :) step 1. delete isaac_test** file in local repository step 2. use mvn compile command to update artifact(i get a project dependen on isaac_test), list local repository directory below: 2010-08-2

Re: Change development version

2010-08-27 Thread James Dumay
You can also use the Maven Release Plugin update-versions mojo: http://maven.apache.org/plugins/maven-release-plugin/update-versions-mojo.html On Fri, Aug 27, 2010 at 4:00 PM, Anders Hammar wrote: > Just a comment regarding your example. I'm assuming that the actual > "release" (the final one)