how to deploy maven 1 artifact into artifactory

2012-10-03 Thread ktaeter
Hi guys, I have the problem that I have to maintain maven 1 and maven 3 projects. Therefore I try to deploy my maven 1 artifacts into artifactory. In artifactory I created a local repository with the maven 1 repository layout. When I manually upload a maven 1 artifact (jar) via the gui into the

maven archetype for creating dynamic multi module project

2012-10-03 Thread Nisha
Hi, Could anyone please help me with maven archetype. I am new to maven and I am trying to create a new dynamic multi module project using maven archetype api. Everywhere they have just mentioned about creating from an existing project but I need create a project structure from command line.

Re: how to deploy maven 1 artifact into artifactory

2012-10-03 Thread Ansgar Konermann
I'd say the most obvious step should be to migrate your Maven 1 projects to Maven 3. Am 03.10.2012 10:11 schrieb ktaeter niko.ma...@googlemail.com: Hi guys, I have the problem that I have to maintain maven 1 and maven 3 projects. Therefore I try to deploy my maven 1 artifacts into artifactory.

Re: maven archetype for creating dynamic multi module project

2012-10-03 Thread Hervé BOUTEMY
schema on http://maven.apache.org/archetype/maven-archetype-plugin/ explains the full cycle what are you trying to create: an archetype project by hand (instead of from a sample project)? or a project from an existing archetype? Regards, Hervé Le mardi 2 octobre 2012 08:34:55 Nisha a écrit :

Re: maven archetype for creating dynamic multi module project

2012-10-03 Thread Ron Wheeler
What did you try and what was wrong with the result? What kind of application are you building? What IDE do you use for developing your projects? Did you read any of the Maven books? Ron On 02/10/2012 11:34 AM, Nisha wrote: Hi, Could anyone please help me with maven archetype. I am new to

Re: how to deploy maven 1 artifact into artifactory

2012-10-03 Thread Ron Wheeler
This sounds like a problem that might get better responses in the artifactory user list. Ron On 03/10/2012 5:41 AM, Ansgar Konermann wrote: I'd say the most obvious step should be to migrate your Maven 1 projects to Maven 3. Am 03.10.2012 10:11 schrieb ktaeter niko.ma...@googlemail.com:

Re: how to deploy maven 1 artifact into artifactory

2012-10-03 Thread ktaeter
unfortunately I have 500 maven 1 projects to migrate, therefore I have to live with maven 1 and maven 3 projects simultaneously for now. -- View this message in context: http://maven.40175.n5.nabble.com/how-to-deploy-maven-1-artifact-into-artifactory-tp5724683p5724768.html Sent from the Maven

Re: how to deploy maven 1 artifact into artifactory

2012-10-03 Thread Lyons, Roy
I know that in Nexus, you would create a virtual repository specifying the Maven1-to-Maven2 provider, and it would translate the items into a Maven2 format (which is still in use for Maven3). You would then want to create a repository group which would combine the items from that new virtual

Maven resource plugin

2012-10-03 Thread sudha
Hi, I'm trying to use maven resource plugin to copy and filter some property files from one directory to another ( not src/main/resources ). The source directory ( in this case configuration directory under basedir) has just one property file. When I do a mvn install, it creates the