Specifying a New Packaging / Creating a Custom Artifact Handler
---------------------------------------------------------------

         Key: MNG-2041
         URL: http://jira.codehaus.org/browse/MNG-2041
     Project: Maven 2
        Type: Bug

    Versions: 2.0.2    
 Environment: solaris and windows
    Reporter: Olivier Lamy
    Priority: Critical


Hi all,
I need to Specifying a New Packaging (I have read the section called Specifying 
a New Packaging [1]). This part is ok. But I have a trouble with the section 
called Creating a Custom Artifact Handler. I use this : 
<addedToClasspath>true</addedToClasspath>

But when I try javadoc:javadoc on an module with this new packaging. Mvn says : 
Not executing Javadoc as the project is not a Java classpath-capable package.

I have try my own implementation of ArtifactHandler which simply extends 
org.apache.maven.artifact.handler.DefaultArtifactHandler.
But the same result.

Note , I use the following hack (if not my file =
artifactId-${version}-{packaging}) : 
this.getProject().getArtifact().setArtifactHandler( new my own implementation 
of ArtifactHandler ); getProject().getArtifact().setFile( artifactFile ); My 
own implementation of ArtifactHandler override : 
- getPackaging()
- getExtension()
- getType()
- isAddedToClasspath() with return true.

What's wrong ?? (an already existing issue ?)

Thanks in advance,
Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to