Re: mvn javadoc:javadoc failing on only ONE Module project

2011-12-21 Thread Wayne Fay
> Standard Doclet version 1.6.0_29 > Building tree for all the packages and classes > [ERROR] java.lang.ClassCastException: com.sun.tools.javadoc.ClassDocImpl > cannot be cast to com.sun.javadoc.AnnotationTypeDoc > [ERROR] at > com.sun.tools.javadoc.AnnotationDescImpl.annotationType(Annota

Re: Maven eclipse not fully functional

2011-12-21 Thread Barrie Treloar
On Thu, Dec 22, 2011 at 11:16 AM, Apache Omega wrote: > I'm using the Maven Apache plug in for eclipse because I'm to new to figure > out the command line method but now that I've switched I'm having problems > again. > my maven plug in is installed but the list for the archetype catalogs are > gr

mvn javadoc:javadoc failing on only ONE Module project

2011-12-21 Thread Daivish Shah
Hi, I have really very strange problem with my Sub modules project. Project Structure something like as below. TestPomProject - DAOProject - SchemaProject - EJBProject - EarProject If i execute "mvn javadoc:javadoc" command on these projects ( DAOProject, SchemaProject, EarProject

Maven eclipse not fully functional

2011-12-21 Thread Apache Omega
I'm using the Maven Apache plug in for eclipse because I'm to new to figure out the command line method but now that I've switched I'm having problems again. my maven plug in is installed but the list for the archetype catalogs are greyed out so I cant select them. every time I try to install a m2

Maven plugin for dependency resolution

2011-12-21 Thread Marek Psiuk
Hello, I am working on a maven plugin which is supposed to write a list of dependencies (all dependencies, also transitive ones) of the current artifact to the file. All those dependencies are OSGi bundles which are used in the following step in a pax runner to launch OSGi environment. I found aet

Re: maven-settings-builder-3.0.3 no default settings.xml

2011-12-21 Thread Marek Psiuk
Hey Olivier, thanks for help. Your code works for user settings.xml located in ${user.home}/.m2/settings.xml but it does not work for global settings located in my %M2_HOME%/conf/settings.xml. This is probably caused by the fact that I am not executing your code from inside maven plugin. I am just

Re: maven-settings-builder-3.0.3 no default settings.xml

2011-12-21 Thread Olivier Lamy
Something like : SettingsBuildingRequest settingsBuildingRequest = new DefaultSettingsBuildingRequest(); settingsBuildingRequest.setGlobalSettingsFile( MavenCli.DEFAULT_GLOBAL_SETTINGS_FILE ); settingsBuildingRequest.setUserSettingsFile( MavenCli.DEFAULT_USER_SETTINGS_FILE

maven-settings-builder-3.0.3 no default settings.xml

2011-12-21 Thread Marek Psiuk
Hello, I am working on a project which uses aether for resolving maven artifacts. On the main aether site (https://docs.sonatype.org/display/AETHER/Home) they suggest maven-settings-builder for resolving settings.xml. However in the newest artifact version: http://maven.apache.org/ref/3.0.3/maven-

Re: Missing artifact org.apache.cxf

2011-12-21 Thread jjccring
Removing .. worked for me as well. thanks HIRRI El Houssein Amine -- View this message in context: http://maven.40175.n5.nabble.com/Missing-artifact-org-apache-cxf-tp4297947p5092134.html Sent from the Maven - Users mailing list archive at Nabble.com. -

Re: maven migration

2011-12-21 Thread Anders Hammar
Maven 3 cannot use legacy Maven 1 repositories. You need a repo manager to convert it to Maven 2/3 layout. /Anders On Wed, Dec 21, 2011 at 13:52, chandrasheker wrote: > we are not using any Repository managers.my company repository is working > according maven1. > > -- > View this message in con

Re: maven migration

2011-12-21 Thread chandrasheker
we are not using any Repository managers.my company repository is working according maven1. -- View this message in context: http://maven.40175.n5.nabble.com/maven-migration-tp5091757p5091818.html Sent from the Maven - Users mailing list archive at Nabble.com. ---

Re: maven migration

2011-12-21 Thread Karl Heinz Marbaise
Hi, are you using some kind of Repository Manager in your company like Nexus, Artifactory or Archiva ? If not the first step is to install one...Nexus supports Maven 1 as well (please check the docs...i'm not 100% sure..)... Kind regards Karl Heinz Marbaise - Kind regards Karl Heinz Marbaise

maven migration

2011-12-21 Thread chandrasheker
Hi, I am migrating the maven from maven 1.0.2 to maven 3.0.3.my company repository is working fine in maven 1.0.2 version,but not in maven 3.I am still using maven 1.0.2 related company repository.It is unable to connect the company repository(maven 3),it is pointing the maven central repo.plz hel

Error on mvn install - MavenFilteringException

2011-12-21 Thread edwardmlyte
Hi. I'm having an issue running mvn install. I get the same error with or without the -U argument. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default-war) on project genericIntegrationServer: Execution default-war of goal org.apache.maven.plugins:maven-war-

Re: wagon-ftp & site-plugin issue

2011-12-21 Thread Simone Tripodi
Thanks a lot for the hint Robert best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Tue, Dec 20, 2011 at 6:57 PM, Robert Scholte wrote: > > > I'm pretty sure you hit NET-409[1] and WAGON-357