Re: Extra resource directory for site

2015-08-17 Thread Dirk Olmes
On 08/17/2015 04:31 PM, Francois Le Fevre wrote: Hello Hi Francois, No idéal Personnaly i use a maven plugin to copy générated ressources to this place where i add à svn git ignore tag. I thought of this, too. But I'd rather use this approach as a last resort. Could you give the reference

RE: Jetspeed 2.3

2015-08-17 Thread Lalitha Bourishetty
Tried by giving mvn plugin-groupId:plugin-artifactId[:plugin-version]:plugin-goal i.e., mvn org.apache.portals.jetspeed-2:jetspeed-db-maven-plugin:2.3.0:db.fusion.create Then getting error as [INFO] [ERROR] Could not

Re: Archetype - filter out archetype plugin

2015-08-17 Thread Jordan Zimmerman
I’m not using packaging “maven-archetype”. It doesn’t seem to work with multi-module projects. I’m merely adding the archetype plugin to my example project and building the archetype on package phase. -Jordan On August 17, 2015 at 12:45:39 AM, Hervé BOUTEMY (herve.bout...@free.fr) wrote:

Re: Archetype - filter out archetype plugin

2015-08-17 Thread Thomas Broyer
On Mon, Aug 17, 2015 at 2:15 PM Jordan Zimmerman jor...@jordanzimmerman.com wrote: I’m not using packaging “maven-archetype”. It doesn’t seem to work with multi-module projects. Works pretty-well for me: https://github.com/tbroyer/gwt-maven-archetypes/

Extra resource directory for site

2015-08-17 Thread Dirk Olmes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Is it possible to specify a resources directory for the site in addition to src/site/resources? I did not find anything in the docs of the site plugin. I'm using an Eclipse plugin which generates UML Diagrams from the source and keeps them up to

Re: Bug with Maven 3.2.5 and threaded builds and dependencies? Corrupt maven cache.

2015-08-17 Thread Ron Wheeler
We have a lot of third-party jars (less than 100 probably) and did a bit of work to make this work better for building, for managing version conflicts and making life easier for developers. http://blog.artifact-software.com/tech/?p=121 Ron On 17/08/2015 3:28 PM, Kevin Burton wrote: Hey

Re: Archetype - filter out archetype plugin

2015-08-17 Thread Jordan Zimmerman
I want the whole project as an archetype - from the parent down. You can’t make the parent pom’s packaging maven-archetype. Right? -Jordan On August 17, 2015 at 7:24:54 AM, Thomas Broyer (t.bro...@gmail.com) wrote: On Mon, Aug 17, 2015 at 2:15 PM Jordan Zimmerman jor...@jordanzimmerman.com

Re: Archetype - filter out archetype plugin

2015-08-17 Thread Jordan Zimmerman
I see - these are already generated archetypes. Let me be more clear: I have an example project that has the archetype plugin set to “create-from-project” and then install the archetype.              plugin                 artifactIdmaven-archetype-plugin/artifactId                

Re: Extra resource directory for site

2015-08-17 Thread Francois Le Fevre
Hello No idéal Personnaly i use a maven plugin to copy générated ressources to this place where i add à svn git ignore tag. Could you give the reference of the plugin you use? With the configuration ? Thanks Le 17 août 2015 11:30, Dirk Olmes d...@xanthippe.ping.de a écrit : -BEGIN PGP SIGNED

Re: Extra resource directory for site

2015-08-17 Thread Jörg Schaible
Dirk Olmes wrote: Hi, Is it possible to specify a resources directory for the site in addition to src/site/resources? I did not find anything in the docs of the site plugin. It used also the (documented) directory of parameter generatedSiteDirectory, i.e. target/generated-site by default.

Re: Archetype - filter out archetype plugin

2015-08-17 Thread Thomas Broyer
On Mon, Aug 17, 2015 at 2:27 PM Jordan Zimmerman jor...@jordanzimmerman.com wrote: I want the whole project as an archetype - from the parent down. You can’t make the parent pom’s packaging maven-archetype. Right? Each module of gwt-maven-archetypes is an archetype *for a multimodule

RE: Specified destination directory cannot be created

2015-08-17 Thread Michael.CTR.Tarullo
Thanks Robert. Using Maven 3.1.1 (required by COTS product vendor); can you define ancient :-)? I suspect it is not permission related, because the build created other directories\sub-directories located here (which is the same reason I concluded it is neither spaces in a directory name nor

Re: Jetspeed 2.3

2015-08-17 Thread Wayne Fay
Stop fighting with Maven. Read the Jetspeed documentation: http://portals.apache.org/jetspeed-2/tutorial/index.html Wayne On Mon, Aug 17, 2015 at 7:21 AM, Lalitha Bourishetty lalitha.bourishe...@oracle.com wrote: Tried by giving mvn

Re: Specified destination directory cannot be created

2015-08-17 Thread Wayne Fay
One last thing - since we are talking about Windows, make sure that you try a reboot before giving up entirely. That solves a disturbingly high number of issues... Not trying to chase you off the list, I just see a lot of people using free User Support to solve problems when their organization is

Re: Extra resource directory for site

2015-08-17 Thread Elliot Metsger
I've used the Codehaus Build Helper Maven Plugin in the past: http://www.mojohaus.org/build-helper-maven-plugin/usage.html HTH, Elliot On Mon, Aug 17, 2015 at 5:28 AM, Dirk Olmes d...@xanthippe.ping.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Is it possible to specify a

RE: Specified destination directory cannot be created

2015-08-17 Thread Michael.CTR.Tarullo
Good one Jorg. I'll check that out. Mike Michael Tarullo Contractor (Engility Corp) Enterprise Architect NSRR System Administrator FAA WJH Technical Center (609)485-5294 -Original Message- From: Jörg Schaible [mailto:joerg.schai...@swisspost.com] Sent: Monday, August 17, 2015 10:59

RE: Specified destination directory cannot be created

2015-08-17 Thread Michael.CTR.Tarullo
I don't believe the latter is the case, but then again they do require v3.1.1, so one never knows! This seemed like a good problem to post here, even taking into account that I considered many of the obvious reasons, as presented here. I thought it might be something simple but not related to

RE: Specified destination directory cannot be created

2015-08-17 Thread Jörg Schaible
Hi Michael, michael.ctr.taru...@faa.gov wrote: Thanks Robert. Using Maven 3.1.1 (required by COTS product vendor); can you define ancient :-)? I suspect it is not permission related, because the build created other directories\sub-directories located here (which is the same reason I

RE: Specified destination directory cannot be created

2015-08-17 Thread Martin Gainty
If you view Security for folder and you see only Group/UserName Category of 'Administrators' and your username does NOT belong to Administrators Group then there is no ability for you to have access until your username joins that specific category. It is important to eliminate permissions as

Re: Specified destination directory cannot be created

2015-08-17 Thread Ron Wheeler
You might try the current version of Maven and see if it fixes the problem. That might narrow down the possible causes. If it works, you might keep going back in versions until it breaks and then look at bug fixes in the first one that works and workarounds for that bug in older versions. If it

Re: Specified destination directory cannot be created

2015-08-17 Thread Wayne Fay
On Mon, Aug 17, 2015 at 9:43 AM, michael.ctr.taru...@faa.gov wrote: ... I think it might be time to see what the vendor of the software I'm trying to build has to say!!! In these cases, it is nearly always a good idea to talk to the vendor and use the support you are already paying for

Bug with Maven 3.2.5 and threaded builds and dependencies? Corrupt maven cache.

2015-08-17 Thread Kevin Burton
Hey guys. I think there’s a bug with Maven 3.2.5 and threaded builds and dependencies. We have a LOT of dependencies. I think 400 or so external .jars (not sure if we’re an unusual case or not). Anyway. If we have an empty cache, and do a threaded build, what happens is there’s a race around

Re: Archetype - filter out archetype plugin

2015-08-17 Thread Petar Tahchiev
Hello, as far as I know there is no way to exclude the maven archetype plugin declaration from the resulting pom. The last release of the maven archetype added the possibility to filter out some folders or files you don't want to end up in the archetype (like .git or .svn folders, or .eclipse).