Re: Maven Profile for distincts web.xml

2013-05-28 Thread Alberto Ivo
On Tue, May 28, 2013 at 10:37 AM, Mark H. Wood mw...@iupui.edu wrote: On Mon, May 27, 2013 at 02:20:15PM -0300, Alberto Ivo wrote: The differences between the web.xml is context-param param-namejavax.faces.PROJECT_STAGE/param-name param-value*Development | Production*/param-value

Re: Maven Profile for distincts web.xml

2013-05-28 Thread Alberto Ivo
:26PM +0100, Stephen Connolly wrote: On 28 May 2013 14:37, Mark H. Wood mw...@iupui.edu wrote: On Mon, May 27, 2013 at 02:20:15PM -0300, Alberto Ivo wrote: The differences between the web.xml is context-param param-namejavax.faces.PROJECT_STAGE/param-name param

Maven Profile for distincts web.xml

2013-05-27 Thread Alberto Ivo
Hello, I have two different web.xml files. One for Developers and another for Production. Today I manually rename the file to use in develop enviroment and production. I would like to know how can I automatize the build using Maven Profile (or any other plugin). Is that possible? Thanks in

Re: Maven Profile for distincts web.xml

2013-05-27 Thread Alberto Ivo
The differences between the web.xml is context-param param-namejavax.faces.PROJECT_STAGE/param-name param-value*Development | Production*/param-value /context-param and some error-page tags. Ivo On Mon, May 27, 2013 at 1:12 PM, Russell Gold r...@gold-family.us wrote: OK, *headdesk*. I was

Re: Maven Profile for distincts web.xml

2013-05-27 Thread Alberto Ivo
I think my initial idea is somthing like what Russel said. But I don't know how to do it. Ivo On Mon, May 27, 2013 at 2:20 PM, Alberto Ivo alberto...@gmail.com wrote: The differences between the web.xml is context-param param-namejavax.faces.PROJECT_STAGE/param-name param-value

Re: Maven Profile for distincts web.xml

2013-05-27 Thread Alberto Ivo
Michael-O, how do you choose what webapp use? Manually? Ivo On Mon, May 27, 2013 at 2:33 PM, Michael-O 1983-01...@gmx.net wrote: Am 2013-05-27 17:20, schrieb Alberto Ivo: Hello, I have two different web.xml files. One for Developers and another for Production. Today I manually rename

Re: [ANN] Maven Surefire Plugin 2.13 Released

2013-02-22 Thread Alberto Ivo
tests (e.g., mvn -DskipTests install). For details, see: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html Regards, Curtis On Thu, Feb 21, 2013 at 11:53 AM, Alberto Ivo alberto...@gmail.com wrote: hmmm... ok... is there a way to run this automatically when one

Re: [ANN] Maven Surefire Plugin 2.13 Released

2013-02-21 Thread Alberto Ivo
Hi... I have a project with a lot of unit test and I really like the features of this plugin.. I put it in my maven project but I don't know how to use it.. Could you explain me that, please.. and, if possible, how to use inside eclipse ide. Thanks. Ivo On Thu, Dec 27, 2012 at 11:24 PM,

Re: [ANN] Maven Surefire Plugin 2.13 Released

2013-02-21 Thread Alberto Ivo
/pluginManagement tag. Cheers Le 21 févr. 2013 18:25, Alberto Ivo alberto...@gmail.com a écrit : Hi... I have a project with a lot of unit test and I really like the features of this plugin.. I put it in my maven project but I don't know how to use it.. Could you explain me

Re: Run unit tests before commiting

2013-02-15 Thread Alberto Ivo
I'm sorry.. I'm noob.. I didn't get it. Is there a way to do it inside the pom.xml? Ivo On Fri, Feb 15, 2013 at 11:15 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: mvn clean test scm:commit -Dmessage=I am great On 15 February 2013 12:51, Alberto Ivo alberto...@gmail.com

Re: Run unit tests before commiting

2013-02-15 Thread Alberto Ivo
://maven.apache.org/scm/maven-scm-plugin/checkin-mojo.html#message(search for default lifecycle). Cheers 2013/2/15 Alberto Ivo alberto...@gmail.com I'm sorry.. I'm noob.. I didn't get it. Is there a way to do it inside the pom.xml? Ivo On Fri, Feb 15

Re: What does this version means?

2013-02-05 Thread Alberto Ivo
com.foo.bar:manchu with pinned version -- groupIdorg.something.else/groupId artifactIdsome-dep/artifactId version2.3.21/version /dependency Hope that helps On 5 February 2013 12:57, Alberto Ivo alberto...@gmail.com wrote: Hello, I saw this version in a lib I want to put

Re: The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead

2012-11-26 Thread Alberto Ivo
, in others I got the same warning.. None work it! Ivo On Mon, Nov 26, 2012 at 11:02 AM, Anders Hammar and...@hammar.net wrote: Well, the warning text kind of spells this out. You should replace ${artifactId} with ${project.artifactId}. /Anders On Mon, Nov 26, 2012 at 1:23 PM, Alberto Ivo alberto

Re: Maven and Macker

2012-10-26 Thread Alberto Ivo
. Use m-dependency-p to fetch these rules from repo during build. Configure m-macker-p to pick up rule file where m-dependency-p put it. Am 26.10.2012 20:04 schrieb Alberto Ivo alberto...@gmail.com: I know there is a specific discussion list for Macker but I think this question could be here

Re: Maven and Macker

2012-10-26 Thread Alberto Ivo
. So you could change the code to have the path for the rules file fully configurable. /Anders On Fri, Oct 26, 2012 at 10:20 PM, Alberto Ivo alberto...@gmail.com wrote: According to the Macker usage, the macker-rules.xml MUST be in the scr/main/resource. Ansgar, I liked you idea but I'm

Re: Repository Order

2012-10-25 Thread Alberto Ivo
://repository.primefaces.org/url /repository /repositories Ivo On Thu, Oct 25, 2012 at 12:24 AM, Alberto Ivo alberto...@gmail.com wrote: Oh, I get it now. Thak you all for the replies. I will study one of those MRM. Thank you very much!! Ivo On Wed, Oct 24, 2012 at 11:47 PM, Barrie

Re: Repository Order

2012-10-25 Thread Alberto Ivo
Laird, thank you very much for your reply and external links. It was really helpful! Ivo On Thu, Oct 25, 2012 at 2:40 PM, Laird Nelson ljnel...@gmail.com wrote: On Thu, Oct 25, 2012 at 8:52 AM, Alberto Ivo alberto...@gmail.com wrote: Let me see if I got it: You are to be forgiven

Re: Repository Order

2012-10-24 Thread Alberto Ivo
them in Nexus (or whatever) in the order you want and putting the correct entry in your settings file. On Thu, Oct 25, 2012 at 1:07 PM, Alberto Ivo alberto...@gmail.com wrote: Hello, I have 5 repositories in my pom.xml, and some of these repositories have repeated jar files. My

Re: Repository Order

2012-10-24 Thread Alberto Ivo
Oh, I get it now. Thak you all for the replies. I will study one of those MRM. Thank you very much!! Ivo On Wed, Oct 24, 2012 at 11:47 PM, Barrie Treloar baerr...@gmail.com wrote: On Thu, Oct 25, 2012 at 10:37 AM, Alberto Ivo alberto...@gmail.com wrote: Hello, I have 5 repositories