Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-23 Thread Kathryn Huxtable
Any reason why "mvn clean package" on the checked out source would yield: [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ maven-site-plugin --- [INFO] Compiling 23 source files to /Users/huxtable/Documents/workspace/maven-site-plugin-3.0-beta-1-SNAPSHOT/target/classes [INFO] ---

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-23 Thread Kathryn Huxtable
Great! I'll try it out and let you know. You're probably already doing integration testing, so you probably already know anything I'll report. I'l check the JIRA before I complain... Thanks! -K On Apr 23, 2010, at 3:02 PM, Hervé BOUTEMY wrote: > this one isn't done by Jason, but this won't gi

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-23 Thread Hervé BOUTEMY
this one isn't done by Jason, but this won't give you an ETA neither ;) maven-site-plugin 3.0-beta-1 shouldn't be far: see [1] you can install it for yourself and see if it works we will probably put the release out in the next weeks Regards, Hervé https://cwiki.apache.org/confluence/display/M

How do I use my own AnnotationProcessor with maven-annotation-plugin

2010-04-23 Thread Stefan Meisner Larsen
Hi, I am trying to get the maven-annotation-plugin working for me. I have created an AnnotationProcessor, which in located in dk.danlon.ewp.common.annotations.AnnotationProcessor which is in a seperate maven project and installed in local repository. I have tried to add my annotation processor as

Re: How to add jar file into a Maven 2 environment?

2010-04-23 Thread Vernon
Thanks Yoav. Based on my reading (a quick scanning), JFrog does the same thing as Nexus. I will use Nexus for now. > This article is pretty old. You may can follow the new Artifactory install > instructions here: > http://wiki.jfrog.org/confluence/display/RTF/Installing+Artifactory >

Re: How to add jar file into a Maven 2 environment?

2010-04-23 Thread Vernon
I follow the step 3 and add a PayPal jar file in addition of placing the settings.xml under the Maven installation directory (apache-maven-2.2.1\conf). I can see the PayPal under 3re party at Nexus. When I try the PayAl group name I given during the step stated above in Eclipse of the project pom f

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-23 Thread John Singleton
It works for me, too - Thanks! John Singleton On Fri, Apr 23, 2010 at 4:04 AM, Thomas Sundberg < thomas.k.sundb...@gmail.com> wrote: > Hi! > > I just upgraded the project I'm working on and it worked fine. > > /Thomas > > On Fri, Apr 23, 2010 at 09:54, Milos Kleint wrote: > > The checksums on c

Re: [ANN] Apache Maven 3.0-beta-1 Released

2010-04-23 Thread Kathryn Huxtable
I know Jason says he won't give ETAs, but is there any ETA on the site reporting? I make a lot of use of it, and I doubt I'm alone. My personal preference is to find some way to integrate the docbkx plugin with the site framework. I've got some code that does this for Maven 2, and it works for

Could we configure mapper in maven-resources-plugin?

2010-04-23 Thread Arnaud bourree
Hello Could we configure mapper in maven-resources-plugin? I try without success the following: maven-resources-plugin 2.4.2 copy-with-mapper pre-integration-test ${project.build.directory}

Re: passing parameters to plugin Archetype

2010-04-23 Thread slew77
I'm trying to do the same thing - can someone post instructions, I've searched everywhere. I can see it's possible as when I use m2eclipse it allows me to specify custom properties that are picked up, I just can't figure out how to do it from the command line. Thanks, Steve. iiggzz wrote: > >

Re: integration problem

2010-04-23 Thread Wayne Fay
Please ask the Richfaces people who created this archetype. Or the Jboss folks who are hosting it. This list can't help with bad/broken archetypes. Wayne On Fri, Apr 23, 2010 at 8:12 AM, pankjajain15 wrote: > > hey Aleksey > > tried following command > > C:\sample2\jsf-app>mvn archetype:generat

missing artifact

2010-04-23 Thread pankjajain15
while creating a maven project in eclipse, it creates project successfully but showing following errors after building a project 4/23/10 4:55:53 PM IST: Missing artifact javax.faces:jsf-api:jar:1.2_12:compile 4/23/10 4:55:53 PM IST: Missing artifact javax.faces:jsf-impl:jar:1.2_12:compile 4/23/10

Re: integration problem

2010-04-23 Thread pankjajain15
hey Aleksey tried following command C:\sample2\jsf-app>mvn archetype:generate -DarchetypeGroupId=org.richfaces.cdk - DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=3.3.3-SNAPSHOT -DgroupId=org.docs.richfaces -DartifactId=jsf-app and it build it successfully then i changed

[ANN] Apache Maven 3.0-beta-1 Released

2010-04-23 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of Apache Maven 3.0-beta-1. Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here: http://maven.apache.org/ Downloads of so

Re: integration problem

2010-04-23 Thread Aleksey Didik
Ok, I have capitulated. Sorry pankjajain, but it's much difficult to start maven project then 5 minute install. Maven environment need to be configured. Different repositories must be added to your configuration. Try to read what Maven is. It will lead your to the right way. By the way, try t

Re: integration problem

2010-04-23 Thread pankjajain15
till it is asking for snapshot version Aleksey Didik wrote: > > Ok, I undertsand. > > Looks like this archetype is quite difficult as I think before. > You need to add JBoss Snapshot repo to you maven settings.xml. > > Try to change previously added section to listed below and > try again

Re: integration problem

2010-04-23 Thread Aleksey Didik
Ok, I undertsand. Looks like this archetype is quite difficult as I think before. You need to add JBoss Snapshot repo to you maven settings.xml. Try to change previously added section to listed below and try again with command. jboss-repo jboss http://repository.jboss.org/maven2 true fal

Re: integration problem

2010-04-23 Thread pankjajain15
i used same command as u told me the command is as follow C:\sample2>mvn archetype:generate -DarchetypeGroupId=org.richfaces.cdk -Darchety peArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=3.3.2.GA -DgroupId=org .docs.richfaces -DartifactId=jsf-app -DarchetypeRepository=http://reposito

Re: integration problem

2010-04-23 Thread Aleksey Didik
Please, send to me a command from console? Maven try to use SNAPSHOT versions. It's strange. 23.04.2010 15:39, pankjajain15 пишет: ya i tried your command, but again foung following error -- 1) org.richfaces.framework:richfaces-api:jar:3.3.3-SNAPSHOT Try downloading the file manual

Re: integration problem

2010-04-23 Thread pankjajain15
ya i tried your command, but again foung following error -- 1) org.richfaces.framework:richfaces-api:jar:3.3.3-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.richfaces.framework -D

AW: Maven Compiler Plugin - Excludes

2010-04-23 Thread Salgar, Mehmet (external)
Nothing special really... as you see no src/test/aspect in testSourceDirectory I only have, aspectj-maven-plugin in the build configuration but how it can only affect the testSourceDirectory, I don't know.while as I said for sourceDirectoy, sec/main/aspect is not in it and compiler plug

Thoughts on profiles [Virus checked]

2010-04-23 Thread Schrecker, Wolfgang
Hi everybody! Just imagine we had a profiles definition in a pom.xml such as MySQL ... as we know it ... Oracle ... as we know it ... mock ... as we know it ... qualitycontrol23 ... as we know

Re: maven-metadata-central.xml is missing versions in local repo

2010-04-23 Thread Florian R.
Markku Saarela wrote: > > This can be caused by Artifactory if checksums does not match and you > Artifactory is configured to fail if checksums doesn't match. > > Markku > Hi, thank you for the suggestion, but our artifactory is configured to "ignore and return generated checksums". Flori

Re: maven scm plugin: accurev scm provider

2010-04-23 Thread Grant Gardner
If you want to use the new version, take the code attached to issue, bump parent version to 1.3 and change the artifact version to 1.4-SNAPSHOT then build and install to your local repository. Then in your project pom add this as a dependency to the maven-scm-plugin as follows. or

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-23 Thread Thomas Sundberg
Hi! I just upgraded the project I'm working on and it worked fine. /Thomas On Fri, Apr 23, 2010 at 09:54, Milos Kleint wrote: > The checksums on central shall be fixed now. My apologies to everyone. > > Milos > > On Wed, Apr 21, 2010 at 10:22 PM, Brett Porter wrote: > >> >> On 21/04/2010, at 1

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-23 Thread Milos Kleint
The checksums on central shall be fixed now. My apologies to everyone. Milos On Wed, Apr 21, 2010 at 10:22 PM, Brett Porter wrote: > > On 21/04/2010, at 11:13 PM, John Singleton wrote: > > > Thanks, Brett. > > > > FWIW, I also noticed this problem with the 2.2 version of Compiler > plugin, > >

Maven project organization

2010-04-23 Thread Näcker, Stephan (UIT)
Hey, I 'm thinking about the appropriate project structure for a coming multi module web application project. I would like to have it separated something like that: root-application webapp module1-web module1 module2-web module2 The root-application is the root-project (Surprise!!!), the webapp

Eclipse plug-in as artifact

2010-04-23 Thread Ivo Hajduček
Hello! We are using Maven in the company and we are often heading issue how to put eclipse plug-in into Maven's repository. For example how to store org.mozilla.xulrunner.win32.win32.x86_1.9.2.0_201004211457.jar . We like the artifact, group ids and clasifiers. Eclipse doesn't use the '-' f