Release plugin failing while trying to resolve artifacts

2011-01-12 Thread Richard Wallace
Hello all, I'm trying to release a multi-module project using Maven 2.1.0 and release plugin 2.0-beta-9. When the release:prepare starts it tries to resolve these plugins before even building the artifacts. Since they aren't yet available in the reactor, it looks in the local repo. They aren't

Re: Release plugin failing while trying to resolve artifacts

2011-01-12 Thread Richard Wallace
Just on a lark I tried upgrading to the 2.1 version of the release plugin and everything works. Rich On Wed, Jan 12, 2011 at 11:19 AM, Richard Wallace rwall...@thewallacepack.net wrote: Hello all, I'm trying to release a multi-module project using Maven 2.1.0 and release plugin 2.0-beta-9

Nested configuration objects not getting created

2009-06-08 Thread Richard Wallace
I have the following situation where I have a plugin that starts another java process and I want to allow the user to configure it to fork or not fork. If the process is forked, the user has some optional attributes they are allowed to also specify. So, I have the following bits in my Mojo:

Resolving plugin dependencies

2009-06-03 Thread Richard Wallace
Hello, I'm trying to create a plugin that can either run in process or run in a separate process. To run in a separate process I need to examine the plugins dependencies and resolve them in case they have been overridden in the pom. For instance, I want to be able to do plugin

Re: Sonatype's Nexus 1.0-beta-1 Released

2008-04-03 Thread Richard Wallace
I've downloaded and tried it out. Looks nice. I like that I don't have to configure webdav for deployment, it's an annoying issue with other repo managers. The biggest thing that I felt was missing is users and permissions. Is this going to be a feature of the commercial version only? If

Re: Problems with Repos?

2007-02-05 Thread Richard Wallace
I'm running into this right now on a machine having to do with Spring and trying to download version 2.4.1 jars. Was there ever any resolution to this? Rich LAMY Olivier wrote: Hi, Look : http://jira.codehaus.org/browse/MNG-2339 I think it's a big issue because sometimes it's impossible to

Re: Errant failure notification

2006-10-07 Thread Richard Wallace
! Rich Richard Wallace wrote: I've got a build that failed once yesterday, and ever since then a failure message has been sent out every hour even though the build is now fixed and its last build status in Continuum was successful. I even tried deleting the project from Continuum, but it still

Errant failure notification

2006-10-06 Thread Richard Wallace
I've got a build that failed once yesterday, and ever since then a failure message has been sent out every hour even though the build is now fixed and its last build status in Continuum was successful. I even tried deleting the project from Continuum, but it still sends out the message. I also

Re: Default goals with maven 2

2006-05-30 Thread Richard Wallace
: Richard Wallace [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 9:15 AM To: continuum-users@maven.apache.org Subject: Default goals with maven 2 Hello, I'm trying to figure out how to change the default goals that continuum will use in the build definitions when a maven 2 project is added

Notifications going to all addresses

2006-05-26 Thread Richard Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello again, I've got the following in my maven2 projects pom.xml. ciManagement systemcontinuum/system notifiers notifier sendOnSuccessfalse/sendOnSuccess sendOnWarningfalse/sendOnWarning configuration

Default goals with maven 2

2006-05-26 Thread Richard Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm trying to figure out how to change the default goals that continuum will use in the build definitions when a maven 2 project is added. Right now the default seems to be clean install but I'd like clean deploy. How can I change that? Rich

Re: [m2] profiles and activeByDefault

2006-04-06 Thread Richard Wallace
it activate if you put tomcat=local or anytime some other profile doesn't get activated? Thanks. -- Lee On 4/5/06, Richard Wallace [EMAIL PROTECTED] wrote: Henry S. Isidro wrote: Richard Wallace wrote: Is the activeByDefault / flag working for profiles? I've got the following

[m2] Problem running 2.0.3

2006-04-05 Thread Richard Wallace
I tried to upgrade from version 2.0.2 to 2.0.3 because I've been bumping into the problem where the activeByDefault/ seems to be ignored. So I untarred everything (I'm running Ubuntu Linux) and tried to run mvn --version and here's what I get: $ mvn --version [INFO] Scanning for projects...

Re: [m2] Problem running 2.0.3

2006-04-05 Thread Richard Wallace
Nevermind, I figured it out. For some reason I had M2_HOME in my ~/.mavenrc set and pointing to my 2.0.2 installation. Commented that out and it works just fine now. Rich Richard Wallace wrote: I tried to upgrade from version 2.0.2 to 2.0.3 because I've been bumping into the problem where

[m2] profiles and activeByDefault

2006-04-05 Thread Richard Wallace
Is the activeByDefault / flag working for profiles? I've got the following profiles.xml profiles profile idtomcat-local/id activation activeByDefault/ property nametomcat/name valuelocal/value /property /activation properties

Re: [m2] Next maven-war-plugin release?

2006-01-23 Thread Richard Wallace
but not depending on it (i.e. it should not be listed in builddependencies). -Original Message- From: Richard Wallace [mailto:[EMAIL PROTECTED] Sent: Sunday, January 22, 2006 2:54 PM To: Maven Users List Subject: [m2] Next maven-war-plugin release? Hello all, I'm just wondering when we can expect

[m2] Next maven-war-plugin release?

2006-01-22 Thread Richard Wallace
Hello all, I'm just wondering when we can expect the next release of the maven-war-plugin. Right now I have a webapp project that depends on another webapp project and uses the functionality of the snapshot maven-war-plugin to be able to inherit stuff (JSPs, images, etc.) from the 1st

[m2] war as a dependency

2006-01-03 Thread Richard Wallace
Hello all, I thought I saw on the list some time ago that a pom for a war could specify another war artifact as a dependency with the idea being that the depended war would be unzipped and then the webapp from the current project would be copied over it. Is this only available in a snapshot

Re: [m2] war as a dependency

2006-01-03 Thread Richard Wallace
Awesome! That did the trick. I had been trying to use packaging before, didn't realize it should be type. Thanks! Brian E. Fox wrote: Set the type to war I believe. -Original Message- From: Richard Wallace [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 12:03 PM

Re: [m2] war as a dependency

2006-01-03 Thread Richard Wallace
-webapp:jar:0.1-SNAPSHOT So, it looks like rather than trying to use a war it's trying to use a jar, even though the pom for mpl-common-webapp clearly states the packaging is war. Rich Stephane Nicoll wrote: On 1/3/06, Richard Wallace [EMAIL PROTECTED] wrote: Hello all, I thought I saw

Re: spring-mock Spring framework 1.2.5

2005-12-14 Thread Richard Wallace
Here's what I finally settled on for my pom with Spring and Hibernate. dependency groupIdspringframework/groupId artifactIdspring/artifactId version1.2.6/version /dependency dependency groupIdspringframework/groupId artifactIdspring-mock/artifactId

Re: [m2] HIbernate/Spring/Myfaces dependency hell

2005-12-02 Thread Richard Wallace
would cause tomcat to try and compile to /? Richard Wallace wrote: Ok, I found the problem with compiling the JSPs. What I was trying to do was use the separate jars, like spring-hibernate, spring-dao, etc. But they aren't complete by any means. Once I switched to using the spring-1.2.6.jar

Re: [m2] HIbernate/Spring/Myfaces dependency hell

2005-12-02 Thread Richard Wallace
/exclusions /dependency ... and all the other ones previously listed of course. Matt On 12/2/05, Richard Wallace [EMAIL PROTECTED] wrote: Arg! Ok I tried accessing a jsf page and I got a java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64. So I removed the exclusion

Re: [m2] HIbernate/Spring/Myfaces dependency hell

2005-12-01 Thread Richard Wallace
machine for local and was dual-booting with Windows. Richard Wallace wrote: One other thing having to do with dependencies that I'm worried is an issue is that I'm using struts and it and spring want commons-collections-2.1 but one of my utilities needs commons-collections-3.1 as does myfaces

[m2] HIbernate/Spring/Myfaces dependency hell

2005-11-30 Thread Richard Wallace
Hey everybody, I've got an app that uses Hibernate 3.0.5, Spring 1.2.6 and Myfaces 1.1.1. I'm having massive problems getting this thing to deploy with m2 and I think it has to do with missing or conflicting dependencies. The error I'm getting now when I try and hit a JSP is:

Re: [m2] HIbernate/Spring/Myfaces dependency hell

2005-11-30 Thread Richard Wallace
exclusion artifactIdspring-web/artifactId groupIdspringframework/groupId /exclusion /exclusions /dependency /dependencies Matt http://equinox.dev.java.net On 11/30/05, Richard Wallace [EMAIL PROTECTED] wrote

[m2] Error on project descriptor page

2005-11-29 Thread Richard Wallace
On the page http://maven.apache.org/maven-model/maven.html, under project/repositories/repository it says that to change the updatePolicy for snapshots you should use snapshot/updatePolicy. The actual element should be snapshots according to the xsd. This was just biting me in the butt for a

Notifiers sendOn* problem

2005-11-23 Thread Richard Wallace
I'm using continuum 1.0.1 and I'm trying to configure my maven 2 pom to send error and failure messages to one mailing list and success messages to another. I've got the following in my pom: ciManagement systemcontinuum/system notifiers notifier

Re: Notifiers sendOn* problem

2005-11-23 Thread Richard Wallace
D'oh! Boy is my face red. I meant to send this to the continuum users list. Sorry. Richard Wallace wrote: I'm using continuum 1.0.1 and I'm trying to configure my maven 2 pom to send error and failure messages to one mailing list and success messages to another. I've got the following

Notifiers sendOn* problem

2005-11-23 Thread Richard Wallace
I'm using continuum 1.0.1 and I'm trying to configure my maven 2 pom to send error and failure messages to one mailing list and success messages to another. I've got the following in my pom: ciManagement systemcontinuum/system notifiers notifier

Re: [m2] hibernate unit test

2005-11-23 Thread Richard Wallace
If you follow the best practices and have you directory structure like project/pom.xml project/src/main/java project/src/main/resources project/src/test/java project/src/test/resources Then just put it in project/src/test/resources and maven will copy the file to the test-classes directory

Re: Testing with EJB3

2005-11-19 Thread Richard Wallace
is a JBossMXServerConfig exception whenever I run surefire with mvn test. That's not nice but it isn't a problem either because the test cases are run anyway. How do you execute the container? - Tanju On 11/12/05, Richard Wallace [EMAIL PROTECTED] wrote: Ya, the other problem I found is trying to track down

[m2] release plugin problems

2005-11-15 Thread Richard Wallace
I'm trying to use the release plugin to do a release of my project. I'm using subversion 1.2.3 and everything proceeds to the point where m2 tries to do the svn copy but svn kicks back the following error message: svn: Cannot copy path '.' into its own child '../tags/0.3' I was able to do

Re: [m2] release plugin problems

2005-11-15 Thread Richard Wallace
tagBasehttp://www.mysvnserver.com/myproject/tags/tagBase /configuration /plugin /plugins /build This tells the release plugin where to place tagged sources (see svn docs for info how tagging in svn). cheers, Arik. On 11/15/05, Richard Wallace [EMAIL PROTECTED] wrote: I'm trying

Re: [m2] release plugin problems

2005-11-15 Thread Richard Wallace
I tried running the command 'svn cp . ../tags/0.4' and that gave the same error message. I'm starting to think it may be a problem with svn. I ran 'svn cp /full/path/to/trunk ../tags/0.4' and that worked without a problem. Rich Richard Wallace wrote: I tried setting the tagBase via

Re: Testing with EJB3

2005-11-12 Thread Richard Wallace
/guide-ibiblio-upload.html - Brett On 11/12/05, Richard Wallace [EMAIL PROTECTED] wrote: Hey everyone, I'm trying to build an application using Jboss and their EJB3 implementation. Their EJB3 implementation comes with an embeddable EJB3 container that can be used for, among other things

Testing with EJB3

2005-11-11 Thread Richard Wallace
Hey everyone, I'm trying to build an application using Jboss and their EJB3 implementation. Their EJB3 implementation comes with an embeddable EJB3 container that can be used for, among other things, testing. I'm trying to get this working with m2, but there are no EJB3 jars from jboss in

m2 notifier configuration

2005-11-09 Thread Richard Wallace
Hello again, Right now I have my maven 2 project ciManagement notification setup with: ciManagement systemcontinuum/system notifiers notifier configuration address[EMAIL PROTECTED]/address /configuration

[m2] J2EE and EJB3

2005-11-09 Thread Richard Wallace
I want to start playing with JBoss and EJB3 and I'm trying to decide on the best way to structure the project. Based on what I've read about it I think the following is what seems to make the most sense to me and I'm wondering what everyone else's opinions are. With EJB3 you have a .ear file

Re: [m2] J2EE and EJB3

2005-11-09 Thread Richard Wallace
. Has the new lifecycle been committed in maven-core for par and ejb3? If I were to use a nightly build of m2 and grab the plugins from the sandbox would I be up and running? Thanks, Rich Stephane Nicoll wrote: On 11/9/05, Richard Wallace [EMAIL PROTECTED] wrote: Are there plugins

[m2] Surefire questions

2005-11-08 Thread Richard Wallace
Hey everyone, I'm trying to move a maven 1 project to maven 2. All the dependencies look like they're working fine now, and I'm able to build and run the tests. When running the tests, there is a quite a bit of output going to stdout, such as Hibernate query statements. In maven 1 I used

Re: [m2] Surefire questions

2005-11-08 Thread Richard Wallace
maven -Dtestmatch=Object* test:match. Is this possible right now, and if not is it planned for the future? If so, when? Thanks again, Rich Richard Wallace wrote: Hey everyone, I'm trying to move a maven 1 project to maven 2. All the dependencies look like they're working fine now, and I'm

[m2] Deploying and using snapshot versions

2005-11-08 Thread Richard Wallace
Hello again, I have several projects that I'm trying to convert to use maven 2. There are some that are dependent on others. The projects that are depended on have versions like 0.2-SNAPSHOT. With m1 this wasn't a big deal, everything was treated the same pretty much. Now, when I do a

Re: [m2] Deploying and using snapshot versions

2005-11-08 Thread Richard Wallace
Oh wait, nevermind. It's a problem with my eyes. The pom it's trying to download is for it's parent project which I haven't deployed yet. Richard Wallace wrote: Hello again, I have several projects that I'm trying to convert to use maven 2. There are some that are dependent on others

[m2] Tomcat plugin

2005-10-28 Thread Richard Wallace
Hello, With m1 I was using the codeczar tomcat plugin at http://www.codeczar.com/products/maven-tomcat-plugin/. But this project doesn't look like it's too actively maintained and I can't find a version for m2. Does anyone know the status or an alternative plugin to

Re: AW: [m2] Tomcat plugin

2005-10-28 Thread Richard Wallace
Lars Francke wrote: Hello, With m1 I was using the codeczar tomcat plugin at http://www.codeczar.com/products/maven-tomcat-plugin/. But this project doesn't look like it's too actively maintained and I can't find a version for m2. Does anyone know the status or an alternative plugin to

[m2] Unit test includes

2005-10-21 Thread Richard Wallace
Hey everyone, In m1 it was easy to exclude certain things from being run as test cases using: unitTest includes include**/*Test.java/include /includes excludes exclude**/Abstract*.java/exclude /excludes I don't see anything similar in m2 and it's trying

Re: [m2] Unit test includes

2005-10-21 Thread Richard Wallace
**/*TestCase.java/exclude exclude**/*WebTest.java/exclude /excludes /configuration /plugin On 10/21/05, Richard Wallace [EMAIL PROTECTED] wrote: Hey everyone, In m1 it was easy to exclude certain things from being run as test

Announcements mailing list

2005-09-20 Thread Richard Wallace
Hello, With the continued development on maven 1.1 and 2.0 and continuum it would be nice to have an announcements mailing list so that people can be notified when things are released. I mean, I'm not a regular user mailing list subscriber and I don't visit the maven site often because

Re: Announcements mailing list

2005-09-20 Thread Richard Wallace
Jason van Zyl wrote: We use the announce@apache.org for this. It's relatively low traffic, but we probably won't create an announcement list specifically for Maven itself. Ah I see. Didn't know that. Should probably be mentioned on the mailing lists page for people like me. Guess I'll go