maven 2:

I have a project with javadoc and source jars in the repo.

I built eclipse configuration like this:


mvn eclipse:clean eclipse:eclipse


from the pom.xml:
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-eclipse-plugin</artifactId>
               <version>2.5.1</version>
               <configuration>
                   <wtpversion>1.5</wtpversion>
                   <downloadSources>true</downloadSources>
                   <downloadJavadocs>true</downloadJavadocs>
               </configuration>
           </plugin>


But anyway, javadoc is not attached. I verify that by checking Eclipse's build path.


Am I doing something wrong?


Andy



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to