mvn deploy and actual version capture

2006-11-01 Thread Swenson, Eric
For historical reasons, we are using cruisecontrol rather than continuum for our maven2 builds. We are also using a cruise control project that invokes a shell script to invoke maven because there appears to be a bug in maven now that I've been unable to get any responses to when I posted its deta

RE: Inherited property resolution

2006-10-29 Thread Swenson, Eric
I've recently run into the same situation. I think the reason why you are not able to resolve the property value is that in order to do so, the parent POM must be located (because that is where the property is defined). You can't refer to that property in the element. If you simply changed the

RE: maven-assembly-plugin woes

2006-10-27 Thread Swenson, Eric
you have a problem with it ? Swenson, Eric wrote: > I have a large project that has some jar dependencies that are not in > any of the public repositories. Licenses prevent their being put there. > Rather than have my maven2 projects explicitly refer to these jar files > in the fi

RE: local repository relative to top-level pom

2006-10-27 Thread Swenson, Eric
simplest way to do it. Or provide a relative path in each pom perhaps, unsure if this would work ie child/pom.xml ${basedir}/../repository. Wayne On 10/27/06, Swenson, Eric <[EMAIL PROTECTED]> wrote: > I'd like to store some bootstrap artifacts (like third party jars) in > maven2 r

local repository relative to top-level pom

2006-10-27 Thread Swenson, Eric
I'd like to store some bootstrap artifacts (like third party jars) in maven2 repository layout structure and deliver this repository with my project's sources. I'd like the top-level project pom to define this repository such that all lower-level projects will attempt to retrieve resources from th

maven-assembly-plugin woes

2006-10-27 Thread Swenson, Eric
I have a large project that has some jar dependencies that are not in any of the public repositories. Licenses prevent their being put there. Rather than have my maven2 projects explicitly refer to these jar files in the file system, I'd like to create a file-based repository to include in my sour

Internal error in plugin manager

2006-10-11 Thread Swenson, Eric
Can anyone explain what this error means: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar': Unable to find the mojo 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar' in the plugin 'org.apache.maven.plugins:maven-jar-plugin'

reactor issue?

2006-10-10 Thread Swenson, Eric
I have a large project with a top-level pom building lower-level projects. When each of the lower-level projects had as their packaging target a "jar" file, everything worked as I would expect. I could do a "mvn install" in the top-level directory and maven would recurse into each sub-project ()

maven-assembly-plugin troubles

2006-10-09 Thread Swenson, Eric
I'm trying to assemble an image consisting of the artifacts created by a maven2 project. The artifacts (all installed and in the repository) are of three forms: - jar files - wsr files - war files I'm trying to author a pom and assembly descriptor file that wil

RE: sjc (jaxb) plugin for jdk1.4

2006-10-09 Thread Swenson, Eric
Thanks. I found the jaxb1-maven-plugin at org.codehaus, which is working for me fine. But I'll take a look at the one you cite, below as well. Thanks. -- Eric -Original Message- From: Aleksei Valikov [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 1:18 AM To: Maven Users List

RE: sjc (jaxb) plugin for jdk1.4

2006-10-08 Thread Swenson, Eric
I found the jaxb1 maven plugin at: http://jira.codehaus.org/browse/MOJO-374. This appears to work fine with jdk 1.4. -- Eric From: Swenson, Eric Sent: Sunday, October 08, 2006 8:02 PM To: 'users@maven.apache.org' Subject: sjc (jaxb) plugin for jd

sjc (jaxb) plugin for jdk1.4

2006-10-08 Thread Swenson, Eric
I am trying to convert a large ant project to maven and the project (for various reasons) is tied to jdk 1.4. There are several uses of xjc (jaxb) and I wanted to use a maven jaxb plugin in order to build those projects. However, the jaxb plugin available maven-jaxb-plugin (com.sun.tools.xjc.mave

RE: Creating a .wsr file artifact

2006-10-06 Thread Swenson, Eric
ponent descriptor cannot be found in the component repository: org.apache.maven.lifecycle.mapping.LifecycleMappingwsr. If my pom uses jar I'm able to use "mvn compile" or "mvn package" or "mvn install". How can I enable this for my maven-wsr-plugin (e.g. pom files

Renaming an artifact

2006-10-06 Thread Swenson, Eric
I'm using Maven 2.0.4 and need to produce a .wsr file. A .wsr file is a jboss web service archive and is very similar to a .war file, a .sar file, and an .ear file. I've tried two tacts so far, neither successful. The first approach was to take the mavin-war-plugin sources, renaming all insta