Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Andreas Janning
annotationProcessorPaths are currently not taken into account. I will try to add them in the next version Am Mi., 17. Okt. 2018 um 14:06 Uhr schrieb Thomas Broyer : > How about, say, maven-compiler-plugin's annotationProcessorPaths? > > Le mer. 17 oct. 2018 12:29, Andreas Janning a > écrit : >

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Thomas Broyer
How about, say, maven-compiler-plugin's annotationProcessorPaths? Le mer. 17 oct. 2018 12:29, Andreas Janning a écrit : > Hello maven users, > > I have just released a new open source maven plugin: The Go Offline Maven > Plugin. > > It can be used to download all dependencies and plugins

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Andreas Janning
Just tested it with the example project you provided ( https://github.com/ptahchiev/MDEP-516) and it works :) One of the main goals of this project was to make go-offline work with multi-module projects Ragards, Andreas Janning Am Mi., 17. Okt. 2018 um 13:09 Uhr schrieb Petar Tahchiev <

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Petar Tahchiev
We have a issue with the dependencies plugin open for a long time: https://issues.apache.org/jira/browse/MDEP-516 I would be interested to test if your plugin has the same issue or actually works :) На ср, 17.10.2018 г. в 13:58 ч. Oliver B. Fischer написа: > Sounds great. I will test it! > >

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Oliver B. Fischer
Sounds great. I will test it! Am 17.10.18 um 12:28 schrieb Andreas Janning: Hello maven users, I have just released a new open source maven plugin: The Go Offline Maven Plugin. It can be used to download all dependencies and plugins required in a Maven build, so the build can be run without

Re: New to Maven Question

2013-07-24 Thread Mark Eggers
On 7/24/2013 9:53 AM, John Dix wrote: Hello all, I am a new user to Maven and was given the task at my work to come up with a utility in order to output the build order of our products based on the poms. It made sense to me that I would want to do basically the same thing that the Reactor does

Re: New to Maven Question

2013-07-24 Thread Curtis Rueden
Hi John, output the build order of our products based on the poms Is it enough to simply run mvn validate and parse the output? That will show you the build order of your multi-module reactor. If you have multiple projects in multiple reactors, you could create a toplevel pom.xml joining them

RE: New to Maven Question

2013-07-24 Thread John Dix
Thanks Curtis. I'll take a look at the validate cmd. -Original Message- From: ctrueden.w...@gmail.com [mailto:ctrueden.w...@gmail.com] On Behalf Of Curtis Rueden Sent: Wednesday, July 24, 2013 10:15 AM To: Maven Users List Subject: Re: New to Maven Question Hi John, output the build

Re: New to Maven Question

2013-07-24 Thread Ron Wheeler
This may be too simplistic but can't you just run the build and parse the log output? Ron On 24/07/2013 1:05 PM, Mark Eggers wrote: On 7/24/2013 9:53 AM, John Dix wrote: Hello all, I am a new user to Maven and was given the task at my work to come up with a utility in order to output the

Re: New to Maven

2011-10-10 Thread Barrie Treloar
On Tue, Oct 11, 2011 at 2:51 PM, niyasmansoor niyas.mans...@gmail.com wrote:  Hi ,  I am new to Maven .  I have an existing eclipse project which is dependent on a lot of libraries .  I would like to use maven to download this for me [ using local repository ].  i would like to know

Re: New to Maven

2011-10-10 Thread niyasmansoor
Hi Barrie, Many thanks for your prompt response . I have a project handover with source code . This eclipse project is having dependency and is using maven repository concept . I do not have much time to go through extensively , that was the reason why i asked for a quick

Re: New to Maven

2011-10-10 Thread Brian Topping
Niyas, There's really no effective way to use email for a precise solution to your problem. The only way to solve a problem is to know what the problem is in the first place, and if it had already been solved, you could just copy it. But the fact is, the problems are never the same (so there

Re: New to maven and loving it :) Need a little help please...

2010-03-12 Thread Anders Hammar
Try the cargo plugin or the jboss specific one: http://cargo.codehaus.org/Maven2+plugin http://mojo.codehaus.org/jboss-maven-plugin/ /Anders On Fri, Mar 12, 2010 at 14:06, Yucca Nel yucca...@live.co.za wrote: Hello, google has helped me fantastically up to now and I am in a little need of

Re: New to Maven - need help

2008-10-17 Thread Jan K
I went through the book,i donot find any information regarding adding our own dependencies in maven. I read a article as : dependency groupIdquartz/groupId artifactIdquartz/artifactId version1.5.1/version scopecompile/scope /dependency Maven downloads and use Quartz as a dependency

Re: New to Maven - need help

2008-10-17 Thread David C. Hicks
Jan, I would first suggest you search the main repository to make sure that the dependency you're looking for is truly not already in there. Here is the site to search: http://www.mvnrepository.com/ If you can't find what you're looking for there, then you can always add dependencies to

Re: New to Maven - need help

2008-10-17 Thread Jan K
I will explain in detail what i have in my hand. I created a project.I have a folder structure created .Please note,i have client related java files in one folder,Servlet related java files in another folder and so on in my project.So In src/main/java ,i copied all the jave files(with the

Re: New to Maven - need help

2008-10-17 Thread Stephen Connolly
You're rushing too fast. Seriously, Try walking through the sonatype book or one of the other maven tutorials. It will not take as long as you think. You will end up understanding what you are doing and get where you are going faster than playing table tennis with the mailing list -Stephen

Re: New to Maven - need help

2008-10-17 Thread Jan K
Hi dchicks, I will explain in detail what i have in my hand. I created a project in maven.I have a folder structure created .Please note,i have client related java files in one folder,Servlet related java files in another folder and so on in my project.So In src/main/java ,i copied all the jave

Re: New to Maven - need help

2008-10-17 Thread David C. Hicks
See Stephen's comment from a previous email. You're getting *way* ahead of yourself. You've got some very basic problems that are going to get in your way long before dependencies are an issue. Either get yourself a copy of Maven: The Definitive Guide or use the online copy -

Re: New to Maven - need help

2008-10-16 Thread Jan K
I able to build the project successfully.I get a target folder created.But i donot find any class files created for the project.Here is my sample pom.xml file: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: New to Maven - need help

2008-10-16 Thread Wayne Fay
Based on the information you are providing, it is nearly impossible to tell you what's going on/wrong/missing/etc in your specific project. Are your Java source files in src/main/java? When you run mvn compile, what happens? Does it say BUILD SUCCESSFUL near the bottom of the output? When you

Re: New to Maven - need help

2008-10-16 Thread Jan K
Hi Wayne, Sorry to miss this information.I have a folder called classes in the target folder.It has the entire java files used in my project.I should instead have class files right?Please let me know. Wayne Fay wrote: Based on the information you are providing, it is nearly impossible to

Re: New to Maven - need help

2008-10-16 Thread Jan K
First time i created a project using mvn archetype:create -DgroupId=com.careertales -DartifactId=careertales -DarchetypeArtifactId=maven-archetype-webapp. I got a folder structure as : src/main -- resources -- webapp In resources folder,i placed a simple java file(Test.java) which just

Re: New to Maven - need help

2008-10-16 Thread Thomas Lutz
Jan K schrieb: First time i created a project using mvn archetype:create -DgroupId=com.careertales -DartifactId=careertales -DarchetypeArtifactId=maven-archetype-webapp. I got a folder structure as : src/main -- resources -- webapp In resources folder,i placed a simple java file(Test.java)

Re: New to Maven - need help

2008-10-16 Thread Jan K
Is there any possiblity of adding our own dependencies in maven? Thomas Lutz wrote: Jan K schrieb: First time i created a project using mvn archetype:create -DgroupId=com.careertales -DartifactId=careertales -DarchetypeArtifactId=maven-archetype-webapp. I got a folder structure as :

Re: New to Maven - need help

2008-10-16 Thread Jan K
I went through the site given by arnaud.It is really useful for as i am new maven. It get the following message in the console: [INFO] OldArchetype created in dir: /home/jano/CVS/margadarsi/ct3/src/careertales [INFO] [INFO]

Re: New to Maven - need help

2008-10-16 Thread Martin Höller
On Thursday 16 October 2008 Jan K wrote: I went through the site given by arnaud.It is really useful for as i am new maven. Through the whole book? Really? It get the following message in the console: [INFO] OldArchetype created in dir: /home/jano/CVS/margadarsi/ct3/src/careertales [INFO]

Re: New to Maven - need help

2008-10-16 Thread sean chen(陈思淼)
the maven definitive book is very useful for the beginner of maven ,maybe you should read it through. 2008/10/16 Jan K [EMAIL PROTECTED] Is there any possiblity of adding our own dependencies in maven? Thomas Lutz wrote: Jan K schrieb: First time i created a project using mvn

Re: New to Maven - need help

2008-10-15 Thread Jan K
What are the mandatory fields(tags) to be used for settings.xml? Arnaud HERITIER wrote: You'll have more information in : - http://www.sonatype.com/community/definitive_guide.html - http://www.exist.com/better-build-maven Arnaud On Tue, Oct 14, 2008 at 12:54 PM, Jan K [EMAIL

Re: New to Maven - need help

2008-10-15 Thread Martin Höller
On Wednesday 15 October 2008 Jan K wrote: What are the mandatory fields(tags) to be used for settings.xml? You don't need a settings.xml file at all. A good overview is available at http://maven.apache.org/settings.html hth, - martin signature.asc Description: This is a digitally signed

Re: New to Maven - need help

2008-10-14 Thread Arnaud HERITIER
You'll have more information in : - http://www.sonatype.com/community/definitive_guide.html - http://www.exist.com/better-build-maven Arnaud On Tue, Oct 14, 2008 at 12:54 PM, Jan K [EMAIL PROTECTED] wrote: I am very new to maven.I have downloaded apache-maven-2.0.9.I read the doc's and

Re: New to Maven - need help

2008-10-14 Thread Martin Höller
On Tuesday 14 October 2008 Jan K wrote: I am very new to maven.I have downloaded apache-maven-2.0.9.I read the doc's and installed maven. I executed the following commands in command prompt, mvn archetype:create \ -DarchetypeGroupId=org.apache.maven.archetypes \

Re: New to Maven, and got frustrated the first time to use it...HELP...

2007-12-05 Thread Graham Leggett
Kevin Tse wrote: Below there are the messages I got when trying to create a Maven project. Please help, your reply will be greatly appreciated. -- D:\Workspace\MavenPrjmvn

Re: New to Maven, and got frustrated the first time to use it...HELP...

2007-12-05 Thread Stuart McCulloch
On 05/12/2007, Kevin Tse [EMAIL PROTECTED] wrote: Below there are the messages I got when trying to create a Maven project. Please help, your reply will be greatly appreciated. try -DartifactId=app rather than -Dartifact=app

Re: New to Maven, and got frustrated the first time to use it...HELP...

2007-12-05 Thread Kevin Tse
Graham Leggett wrote: Kevin Tse wrote: Below there are the messages I got when trying to create a Maven project. Please help, your reply will be greatly appreciated. --

Re: new to maven

2007-10-25 Thread Giancarlo Degani
hi, you can try with the eclipse plugin: http://maven.apache.org/plugins/maven-eclipse-plugin/ Giancarlo 2007/10/25, Ian Godman [EMAIL PROTECTED]: Hi I am new to Maven 2. I have been converting an application consisting of 4 eclipse projects, 3 producing library jars the the final one

Re: new using maven., please help me

2006-08-22 Thread Miren
How can i overwrite he default source and webapp drectory? this: my app drectories are: JavaSource for one proyect and java.javs for other (this into the java sorces) and html or WebContent or WebApplication for the web application How can i use maven 2 for using this directories for the

Re: new using maven., please help me

2006-08-22 Thread Alex Turner
The point of using maven is to use convention over configuration - if you override the conventions, you loose half the benefit of using maven. Move your source directory rather than configuration maven. Alex. On 8/22/06, Miren [EMAIL PROTECTED] wrote: How can i overwrite he default source

Re: new using maven., please help me

2006-08-22 Thread Valerio Schiavoni
Hi Miren, On 8/22/06, Miren [EMAIL PROTECTED] wrote: How can i overwrite he default source and webapp drectory? something like: build sourceDirectory src/YOUR/DIRECTORY /sourceDirectory ... /build By the way, you should think carefully about adopting maven conventions, which is

Re: new using maven., please help me

2006-08-19 Thread Alex Turner
Unfortunately the default maven repository does not work, you will have to configure a mirror: create a file ~/.m2/settings.xml: settings mirrors mirror idisu.edu/id urlhttp://ibiblio.lsu.edu/main/pub/packages/maven2/url mirrorOfcentral/mirrorOf /mirror

Re: New to Maven

2006-04-28 Thread Alexandre Poitras
I think Simon is right, have you setted your proxy correctly? On 4/27/06, ajayasahoo [EMAIL PROTECTED] wrote: Hi alan, I did try with -U option and get back the same error. Thx, Ajaya -- View this message in context: http://www.nabble.com/New-to-Maven-t1512971.html#a4123451 Sent from

Re: New to Maven

2006-04-27 Thread Simon Kitching
On Wed, 2006-04-26 at 09:59 -0700, ajayasahoo wrote: I am new to Maven. I have downloaded maven-2.0.4 and following the Maven Getting Started Guide. I am under How do I make my first Maven project? and issue the following command mvn archetype:create -DgroupId=com.mycompany.app

Re: New to Maven

2006-04-27 Thread ajayasahoo
Hi alan, I did try with -U option and get back the same error. Thx, Ajaya -- View this message in context: http://www.nabble.com/New-to-Maven-t1512971.html#a4123451 Sent from the Maven - Users forum at Nabble.com. - To

Re: New to Maven

2006-04-26 Thread Allan Ramirez
Hi there, Have you tried appending -U to your mvn command? allan ajayasahoo wrote: I am new to Maven. I have downloaded maven-2.0.4 and following the Maven Getting Started Guide. I am under How do I make my first Maven project? and issue the following command mvn archetype:create

Re: new to Maven

2005-03-17 Thread Gisbert Amm
You have to add the reports you want to be generatet to your POM, like that: reportmaven-dashboard-plugin/report reportmaven-changelog-plugin/report reportmaven-clover-plugin/report reportmaven-file-activity-plugin/report reportmaven-changes-plugin/report

Re: new to Maven

2005-03-17 Thread Hamza Hydri
Thnx Gisbert, I have another problem now ... when I enter the foll at the cmd prompt in the project base directory .. maven -D package=com.company.test.dummy genapp it asks for a template, ID and name of application ... I dont understand what template should I give ... I believe the name and ID

RE: new to Maven

2005-03-17 Thread =?iso-8859-1?Q?St=E9phane_Nicoll?=
Hamza, Those reports need to access your SCM to compute this information. Check you've defined repository access in your project.xml (for instance CVS using persver): repository connectionscm:cvs:pserver:[EMAIL PROTECTED]:/yourrepo:yourmodule/connection /repository If you are using

RE: New to Maven -- please help

2003-08-14 Thread dion
PROTECTED] Sent: Tuesday, August 05, 2003 6:05 PM To: Maven Users List Subject: RE: New to Maven Shelly, I have been using maven for a month. From what I know, you need web ONLY to do the initial install, CVS updates etc. Beyond that, you really don't need a web connection. Most

RE: New to Maven -- please help

2003-08-14 Thread Shelly_Singh
I am on WIndows NT 4. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 10:26 AM To: Maven Users List Subject: RE: New to Maven -- please help 1.3 is fine. On which platform? We've had this sort of report from people on Solaris 1.3

RE: New to Maven -- please help

2003-08-14 Thread Shelly_Singh
: Thursday, August 07, 2003 11:35 AM To: Maven Users List Subject: RE: New to Maven -- please help Hi, I had the same problem, when I startet usng maven some days. I have put an entry i mavenwiki faq: http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head

RE: New to Maven -- please help

2003-08-14 Thread Kumar, Vaidhyanatha K.
] Sent: Tuesday, August 05, 2003 6:05 PM To: Maven Users List Subject: RE: New to Maven Shelly, I have been using maven for a month. From what I know, you need web ONLY to do the initial install, CVS updates etc. Beyond that, you really don't need a web connection. Most of the jar files can

RE: New to Maven -- please help

2003-08-08 Thread dion
version can be used with maven? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 7:45 AM To: Maven Users List Subject: RE: New to Maven -- please help Or you may have a JDK which is sensitive to the index files in the jars

RE: New to Maven

2003-08-04 Thread Brett Porter
you can use it offline by specifying the -o switch (or setting maven.mode.offline in ~/build.properties). However, you will need to manually construct a local repository of JAR files and other artifacts so that Maven can find its dependencies. The structure will need to be identical to