Execution order of packaging and plugins?

2009-01-05 Thread Michael Meyer
Hi, is the execution order of packaging and plugins defined? I'm creating an ear file with the maven-ear-plugin (packagingear/packaging). Now I need to patch the ear file with the maven-antrun-plugin while still in the packaging phase. Can I be sure that the maven-ear-plugin runs before the

Re: Non-java projects question

2009-01-05 Thread Dan Tran
maven-assembly-plugin is what you are looking for. you can also use ant to zip them up and then use build-helper-maven-plugin to notify maven to deploy it -D On Mon, Jan 5, 2009 at 1:19 AM, Sergey Shcherbakov sshcherba...@echelon.de wrote: Hello all, I am very new to Maven although I could

Re: Unable to generate xdoc format book with TOC

2009-01-05 Thread Ahana
Dave - I get the following when I run mvn -X site command. snip [DEBUG] Configuring mojo 'org.apache.maven.doxia:doxia-maven-plugin:1.0-alpha-10 :render-books' -- [DEBUG] (f) basedir = C:\Documents and Settings\doxiauser\my-maven\my-web-app [DEBUG] (f) directory = src/books/af-book/xdoc

The PluginDescriptor for the plugin Plugin [org.apache.maven.plugins:maven-aar-plugin] was not found.

2009-01-05 Thread Martin Gainty
%AXIS_HOME%\samples\jaxws-samplesmvn -e aar:exploded + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'aar'. [INFO] [ERROR] FATAL ERROR [INFO]

RE: The PluginDescriptor for the plugin Plugin [org.apache.maven.plugins:maven-aar-plugin] was not found.

2009-01-05 Thread Edelson, Justin
See http://maven.apache.org/guides/introduction/introduction-to-plugin-prefi x-mapping.html, specifically the section labeled Configuring Maven to Search for Plugins -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Monday, January 05, 2009 1:33 PM To:

Non-java projects question

2009-01-05 Thread Sergey Shcherbakov
Hello all, I am very new to Maven although I could already understand the great idea behind it. The problem I have is that we have couple of dozens of non-java ant-driven projects. I tried successfully to use maven's antrun plug-in to build them with Maven but the goal I am pursuing

ConcurrentModificationException on DefaultMavenProject

2009-01-05 Thread Geoffrey Wiseman
From a CI build, first time I've seen this, Google searches got me nowhere. Thoughts? What precedes it in the log is ActiveMQ plugin startup, but the stack trace doesn't imply that ActiveMQ's at fault necessarily. *[14:11:47]:* [INFO] Loading broker configUri: broker:(tcp://localhost:61616)

RE: The PluginDescriptor for the plugin Plugin [org.apache.maven.plugins:maven-aar-plugin] was not found.

2009-01-05 Thread Martin Gainty
Page Not Found We're sorry, but the page you requested cannot be found. This may because: The page has moved, was outdated, or has not been created yetYou typed the address

Re: Unable to generate xdoc format book with TOC

2009-01-05 Thread dhallammail-apache
Hi Ahana, Yes, the problem is that it's using the doc-book parser. I thought that might be what it was as I had the same problem a few days ago. I replaced the xdoc with a doc-book format document and it worked fine. Trouble is I have all my docs in xdoc. I've been posting on this mailing

Re: The PluginDescriptor for the plugin Plugin [org.apache.maven.plugins:maven-aar-plugin] was not found.

2009-01-05 Thread Wendy Smoak
On Mon, Jan 5, 2009 at 12:49 PM, Martin Gainty mgai...@hotmail.com wrote: Page Not Found What page is not found? The one Justin mentioned is there: http://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html (Watch wrapping, you may have to reconstruct the

Re: Why does my multiproject build revert to taking SNAPSHOT versions of dependencies when I want a specified version?

2009-01-05 Thread Christopher Patti
On Mon, Jan 5, 2009 at 2:52 PM, Christopher Patti cpa...@broad.mit.eduwrote: On Thu, Jan 1, 2009 at 2:59 AM, Wayne Fay wayne...@gmail.com wrote: Why does it all of a sudden switch from the version I want (R2_5_653H1) to SNAPSHOT here? Bugs have been filed in Jira against various Maven2

[ANN] Maven Assembly Plugin 2.2-beta-3 Released

2009-01-05 Thread John Casey
The Maven team is pleased to announce the release of the Maven Assembly Plugin, version 2.2-beta-3 This plugin is used to create custom archives using the build output, dependencies, and other files owned by a Maven project. You can find more information, including instructions and examples,

[ANN] Maven Common Artifact Filters 1.1 Released

2009-01-05 Thread John Casey
The Maven team is pleased to announce the release of the Maven Common Artifact Filters shared component, version 1.1. This component is used to filter a list of Artifact instances based on various configurable criteria. You can find more information at:

[ANN] Maven Archiver 2.4 Released

2009-01-05 Thread John Casey
The Maven team is pleased to announce the release of the Maven Archiver shared component, version 2.4. This component is used to create custom archives that are configured from the POM. You can find more information at: http://maven.apache.org/shared/maven-archiver/ To use this component in

PHP and Java

2009-01-05 Thread solo1970
Is it possible to use Maven for a project that has Java AND PHP??? I was looking at this, but not sure if it's the right thing to look at... http://www.php-maven.org/ Anyone has experience with this??? Sonia -- View this message in context:

Re: PHP and Java

2009-01-05 Thread Mick Knutson
This looks cool. I can definitely recommend this to my co-workers. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN:

Failed to Resolve Artifact Error

2009-01-05 Thread jpalmer1026
The project I'm working on has a transitive dependency to the commons-digester 2.0 jar file. When the pom is run, we get the following error. [INFO] Failed to resolve artifact. [14:08:01]: Missing: [14:08:01]: -- [14:08:01]: 1) commons-digester:commons-digester:jar:2.0 We've tried

Re: Failed to Resolve Artifact Error

2009-01-05 Thread Yoav Landman
Can you request the file directly via wget or a browser? http://host:port /artifactory/repo/commons-digester/commons-digester/2.0/commons-digester-2.0.jar On Mon, Jan 5, 2009 at 11:27 PM, jpalmer1026 jpalmer1...@mchsi.com wrote: The project I'm working on has a transitive dependency to the

[ANN] Artifactory 2.0 has been released!

2009-01-05 Thread Yoav Landman
We are pleased to announce the availability of Artifactory 2.0. After 6 months of development, over 400 resolved issues, out of which 170 are new features and over 450 integration tests, the second major release of Artifactory is out with 100% UI-based configuration and new great features: -

Expected Behavior When Using report-only

2009-01-05 Thread Hart, Leo
Hello! I've read the JIRA found here: http://jira.codehaus.org/browse/SUREFIRE-257 and tried to incorporate its advice into my POM. Currently, when I run mvn clean install site, I get the following: C:\workspace\shares-trunk\shares-domainmvn clean install site

Re: Failed to Resolve Artifact Error

2009-01-05 Thread lsacco
We are experiencing the same issue. But how can you clean out the plugin? mvn -U? Thanks, Lou -- View this message in context: http://www.nabble.com/Failed-to-Resolve-Artifact-Error-tp21299201p21301558.html Sent from the Maven - Users mailing list archive at Nabble.com.

RE: PHP and Java

2009-01-05 Thread Martin Gainty
Ive worked with 3 Java build environments ANT's main feature is the Rock-solid stability it offers ..you literally cannot break any of the Ant features or tasks If foo task cannot work because bar attribute has not been set you will see Foo Task cannot