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 requiredProperties

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,

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

Re: Profile and dependencies not activated

2011-01-03 Thread Pazmiño Mazón , Iván Andrés
to be a lot of discussion in the list archives about this. Justin 2010/12/30 Pazmiño Mazón, Iván Andrés iapm270...@sri.ad 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

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

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 wayne...@gmail.com Reply-to: Maven Users List users@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: JSF Web project + xdoclet Date: Tue, 28 Dec

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
resources Date: Wed, 29 Dec 2010 11:13:53 -0800 src/main/config ? Kalle 2010/12/29 Pazmiño Mazón, Iván Andrés iapm270...@sri.ad: 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

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

Re: JSF Web project + xdoclet

2010-12-28 Thread Pazmiño Mazón , Iván Andrés
not found -Original Message- From: Pazmiño Mazón, Iván Andrés iapm270...@sri.ad 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

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.

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

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 bruno.ma...@evard.ch Reply-to: Maven Users List users@maven.apache.org To: users@maven.apache.org Subject: Maven 3: deploy-file no longer work

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 ntilde; and aacute; When running the maven-release-plugin's prepare goal

RE: release fails with special chars

2010-12-01 Thread Pazmiño Mazón , Iván Andrés
- 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 some help on my releases. Some of the developers listed in the pom have special chars in their names like ñ, á

Re: release fails with special chars

2010-12-01 Thread Pazmiño Mazón , Iván Andrés
Regards, --Chris -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 some help on my releases. Some of the developers

Re: Inheritance of distributionManagement

2010-11-30 Thread Pazmiño Mazón , Iván Andrés
: Inheritance of distributionManagement Date: Mon, 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 iapm270...@sri.ad: Hi, I'm having problems with a composite maven 2

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 distributionManagement 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

Re: xdoclet generation

2010-11-24 Thread Pazmiño Mazón , Iván Andrés
Users List users@maven.apache.org 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

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: configuration task ejbdoclet destdir=${project.build.outputDirectory} ... but this is not being read, so I need to hard code the path. The plugin