Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Andrés
ional resources must be in src/main/jnlp. Besides, beware with jar signing, I had problems when trying to sign javax jar's, because they're already signed by Sun. I didn't need them really, so I removed them and

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Andrés
El 24/10/2006 13:24, Chris Michiels escribió: Thanks Andrés, I've got everything working, and am now facing the velocity template (being a total newbie at velocity). Care to share your template.vm :o) ? I used the one from the repo jars and it produced a launch.jnlp like :

Re: mevenide vs. m2eclipse?

2006-11-16 Thread Andrés
information! Will it be better than m2eclipse? :-) Martin, which features will it have?, why do you think it'll be better than m2eclipse? Andrés - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: M2: Using version ranges in dependencies

2006-06-28 Thread Andrés
El 27/06/2006 18:55, Mike Perham escribió: Akbarr, you might want to watch this issue. http://jira.codehaus.org/browse/MRELEASE-134 Voted [Akbarr] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: docbook plugin

2006-10-09 Thread Andrés
El 09/10/2006 15:32, Wilfred Springer escribió: It depends. You can use mine (...) Wilfred, I'm taking a look at your docbook plug-in. It looks great, but I've seen something strange in the user guide: generate-html pre-site

Re: docbook plugin

2006-10-10 Thread Andrés
e/docs agilejava http://www.agilejava.com/maven/ true Hope it helps you, Andrés Viedma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Equivalent of One-Jar as Maven2 plugin

2006-10-16 Thread Andrés
your repository (I didn't find it in ibiblio) Nonetheless, it would be great if a "one-jar" plug-in exist! Hope it helps, Andrés Viedma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Execution of a plug-in by execution id

2006-12-12 Thread Andrés Viedma
he command line?. If not, anyone has a different approach to address the problem? Thanks in advance, Andrés

Re: maven-dependency-plugin

2006-12-12 Thread Andrés Viedma
lugin/ dependency-maven-plugin org.codehaus.mojo I think this plug-in is indeed the same, and it will be overridden by the newer, hosted by apache. Andrés

Re: Execution of a plug-in by execution id

2006-12-19 Thread Andrés Viedma
Anyone know if it is possible? Any idea? El 13/12/2006 0:41, Andrés Viedma escribió: Hi all, I want to run WAR plug-in in 2 situations for my project: 1) to build the main artifact (with no dependent war files) and 2) to ocassionally obtain an exploded directory with all the war

[m2 plugin] Obtaining dependencies tree

2006-12-19 Thread Andrés Viedma
een lost, and so I can't know if there's a relationship between b and c. So, my question is: how can I know, when running a mojo, if one of my dependencies depends on another one?. Thanks in advance, Andrés

Re: [m2 plugin] Obtaining dependencies tree

2006-12-20 Thread Andrés Viedma
El 20/12/2006 12:26, Mark Hobson escribió: On 20/12/06, Andrés Viedma <[EMAIL PROTECTED]> wrote: Hi all, I'm developing a plugin and I need to know if one of the target project dependencies depends on another one. (...) Sounds like you need maven-dependency-tree [1] - see help:d

Re: [m2 plugin] Obtaining dependencies tree

2006-12-27 Thread Andrés Viedma
2006/12/20, Mark Hobson <[EMAIL PROTECTED]>: On 20/12/06, Andrés Viedma <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm developing a plugin and I need to know if one of the target project > dependencies depends on another one. > > I've seen that a MavenPr

Re: Proximity vs. Maven Achiva

2007-01-18 Thread Andrés Viedma
%SERVICENAME% @echo . net start %SERVICENAME% @echo . @pause Hope it helps, Andrés - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

xdoclet generation

2010-11-23 Thread Pazmiño Mazón , Iván Andrés
I'm using the xdoclet code generation plugin and I need to set the generated files output folder. to do do, I've set the dir in an attribute:

Re: xdoclet generation

2010-11-24 Thread Pazmiño Mazón , Iván Andrés
uot; To: users@maven.apache.org Subject: Re: xdoclet generation Date: Wed, 24 Nov 2010 08:53:50 +0100 Hi, Pazmiño Mazón, Iván Andrés wrote: > I'm using the xdoclet code generation plugin and I need to set the > generated > files output folder. to do do, I've set the dir in an attribute: > > > >

Inheritance of distributionManagement

2010-11-29 Thread Pazmiño Mazón , Iván Andrés
Hi, I'm having problems with a composite maven 2 project. I have set up a base project which carries the configuration. When it's extended by another project without modules it works just fine. But now I happened to need to extend the base project from another project which has some modules decl

Re: Inheritance of distributionManagement

2010-11-30 Thread Pazmiño Mazón , Iván Andrés
, 29 Nov 2010 17:07:56 +0100 Do the module projects declare a parent, from which the distMgmt will be inherited? /Anders (mobile) Den 2010 11 29 16:27 skrev "Pazmiño Mazón, Iván Andrés" : > Hi, > > I'm having problems with a composite maven 2 project. I have set up a >

Re: Maven 3: deploy-file no longer work

2010-12-01 Thread Pazmiño Mazón , Iván Andrés
You might want to check the compatibility notes. https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html -Original Message- From: martib Reply-to: "Maven Users List" To: users@maven.apache.org Subject: Maven 3: deploy-file no longer work Date: Wed, 1 Dec 2010 02:36:55 -0800 (PS

release fails with special chars

2010-12-01 Thread Pazmiño Mazón , Iván Andrés
Hi, I need some help on my releases. Some of the developers listed in the pom have special chars in their names like ñ, á, etc, so in order to be able to generate the site documentation those chars have been changed to ñ and á When running the maven-release-plugin's prepare goal fails with the fo

RE: release fails with special chars

2010-12-01 Thread Pazmiño Mazón , Iván Andrés
entities. Since the POM is an XML file, so you'll need to replace the HTML entities with their numeric equivalents. You can find a table to help you at http://artific.com/library/xhtml_1.0_entities.html Regards, --Chris > -Original Message- > From: Pazmiño Mazón, Iván A

Re: release fails with special chars

2010-12-01 Thread Pazmiño Mazón , Iván Andrés
> > > -Original Message- > > From: Pazmiño Mazón, Iván Andrés [mailto:iapm270...@sri.ad] > > Sent: Wednesday, December 01, 2010 09:25 > > To: users@maven.apache.org > > Subject: release fails with special chars > > > > Hi, > > > > I need

Archetype 2.0

2010-12-16 Thread Pazmiño Mazón , Iván Andrés
Hello, I'm trying to make a set of archetypes 2.0 with templates using velocity, but can't find any reference. I've tried reversing a project to archetype, but then I don't get the archetype.xml file What I need are some guides to start, like the namespace for the archetype.xml 2.0 and how to dec

Multimodule ear project

2010-12-21 Thread Pazmiño Mazón , Iván Andrés
Hello, I'm trying to move an existing project to maven2 but having some problems. The currently produced project's artifact is an ear and it must remain that way. The new project I would like to make it modularized in three: one for the ejb, other for persistence and the last module for a wui. Th

JSF Web project + xdoclet

2010-12-28 Thread Pazmiño Mazón , Iván Andrés
Hello, I'm trying to prepare a JSF project. To do so I've set the packaging to war. This is an existing project, but the former project used xdoclet to produce the faces configuration and the web.xml descriptor. So far I have added to the xdoclet plugin configuration the subtasks related to gener

Re: JSF Web project + xdoclet

2010-12-28 Thread Pazmiño Mazón , Iván Andrés
lType not found -Original Message- From: Pazmiño Mazón, Iván Andrés Reply-to: iapazm...@sri.gob.ec To: users@maven.apache.org Subject: JSF Web project + xdoclet Date: Tue, 28 Dec 2010 08:30:12 -0500 Hello, I'm trying to prepare a JSF project. To do so I've set the packaging

Re: JSF Web project + xdoclet

2010-12-29 Thread Pazmiño Mazón , Iván Andrés
Thanks, indeed the solution was similar to as if it was a ClassNotFound exception. -Original Message- From: Wayne Fay Reply-to: "Maven Users List" To: Maven Users List Subject: Re: JSF Web project + xdoclet Date: Tue, 28 Dec 2010 15:59:43 -0600 > [INFO] Compilation failure > Failure ex

Config resources

2010-12-29 Thread Pazmiño Mazón , Iván Andrés
Hello, I'm building a web project and I have some configuration and descriptor files located inside src/main/resources/config which are used during the source preparation phase. Since this location will be loaded to the classpath I think it should be put in a better place. What's the standard for

Re: Config resources

2010-12-29 Thread Pazmiño Mazón , Iván Andrés
g ? Kalle 2010/12/29 Pazmiño Mazón, Iván Andrés : > Hello, > > I'm building a web project and I have some configuration and descriptor > files located inside src/main/resources/config which are used during the > source preparation phase. Since this location will be loaded

Profile and dependencies not activated

2010-12-30 Thread Pazmiño Mazón , Iván Andrés
Hello, I've this multimodule project which inherits from an enterprise pom. The structure is as follows, there is an enterprise pom (ep) where I keep some common libraries to every project in the company so every project extends from this one. There's also a multimodule project with some children

Re: Profile and dependencies not activated

2011-01-03 Thread Pazmiño Mazón , Iván Andrés
archives about this. Justin 2010/12/30 Pazmiño Mazón, Iván Andrés Hello, I've this multimodule project which inherits from an enterprise pom. The structure is as follows, there is an enterprise pom (ep) where I keep some common libraries to

Re: Profile and dependencies not activated

2011-01-04 Thread Pazmiño Mazón , Iván Andrés
Hi, I'm using a profile to build jsf projects which generate web.xml and faces-config.xml out of bean classes so you don't need to work them by hand. But this is not general case and some projects code their own descriptors. The problem with dependencies was that inside the aggregated pom holding

Re: embedded maven engine

2011-03-28 Thread Pazmiño Mazón , Iván Andrés
Hello, I was wondering how this changed for the 3.x releases. Is it easier to embed the maven engine now or is better idea writing a plexus implementation? All I need is to have a resolver as a dependency in a project and make it able to load the dependencies to the classpath. Thanks in advance, i

Accesing var outside plugin

2011-05-30 Thread Pazmiño Mazón , Iván Andrés
Hi everyone, I'm writing a plug-in which is called from an archetype's generate goal. mvn archetype:generate -Dgoals=test:echo I need this plug-in to access the "project-type" variable which is defined for the archetype. archetype-metadata.xml How to achieve