Re: Maven add resource

2014-01-22 Thread PollerJava
Thanks a lot for your help. My requirement is to use Eclipse only as Editor and not to use any plugin (Actually I don't know why) and a further college of mine does it like I described at top but I don't know why it doesn't work for me. My Maven output is this: [INFO]

FW: How to include @inheritDoc from a dependent jar

2014-01-22 Thread Mikael Petterson
Hi, Just checking one last time if someone has input about this or knows whom to contact. I have done the following in my pom.xml plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId

Re: Maven add resource

2014-01-22 Thread Adrien Rivard
I'm not so sure about maven-eclipse-plugin but in m2e,it only add the directory to the eclipse classpath if it exists. If the rest of your build is supposed to create it, try running with 'mvn package eclipse:eclipse' . On Wed, Jan 22, 2014 at 10:18 AM, PollerJava max...@gmx.at wrote: Thanks

Re: turns EAR into an OSGi

2014-01-22 Thread acostela
Thank you very much for all your responses. -- View this message in context: http://maven.40175.n5.nabble.com/turns-EAR-into-an-OSGi-tp5781929p5782017.html Sent from the Maven - Users mailing list archive at Nabble.com. - To

How to configure maven

2014-01-22 Thread Walters, Jay
Sorry for asking such a easy question, but googling apache maven anything doesn't get to the answer too easily. I have a previously working local repository in my home\.m2 directory. I am on windows and JDK 1.6.0_21. I have previously used this with maven 2.2.1 and 3.0.4. I also downloaded

RE: How to configure maven

2014-01-22 Thread Walters, Jay
Sorry, this is probably also relevant (and also does not look right). Is this a mirror gone bad? How do I configure where maven looks for the repository for apache files (and where is the right place). Downloading: http://shibboleth.internet2.edu/downloads/maven2/org/apache/axis2/a

Re: Excluding a submodule from package/install phases.

2014-01-22 Thread Todd Chapman
Thank you Curtis. That was very helpful. On Tue, Jan 21, 2014 at 12:02 PM, Curtis Rueden ctrue...@wisc.edu wrote: Hi Todd, In our multi-module project we have one module that is only used for development in our IDE. Is there a way to configure this project so that it is always excluded

RE: How to configure maven

2014-01-22 Thread Walters, Jay
Sorry - the bad repo is in the rampart pom.xml file. I must have fat fingered the text search first time around. -Original Message- From: Walters, Jay [mailto:walte...@hmc.harvard.edu] Sent: Wednesday, January 22, 2014 11:49 AM To: 'Maven Users List' Subject: RE: How to configure maven

Re: Excluding a submodule from package/install phases.

2014-01-22 Thread Mirko Friedenhagen
Just for documentation purposes: - Netbeans sets an environment variable called NB_EXEC_MAVEN_PROCESS_UUID (AFAIK should be propertynameenv.NB_EXEC_MAVEN_PROCESS_UUID/name/property in the profile). - I use this in $HOME/.mavenrc to extend MAVEN_OPTS with -Dorg.slf4j.simpleLogger.showDateTime=true