[ 
http://jira.codehaus.org/browse/MNG-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86516
 ] 

cfoubert commented on MNG-2798:
-------------------------------

I'll add some information : I would use a parent pom file whitch contain the 
configuration parameters for the native2ascii plugin, like the src directory 
("src/java" inspite of "src/main/native2ascii"). The problem is that : during 
the install goal of my plugin (whitch contain only the pom.xml file), 
native2ascii try to locate the src folder for his own compilation, naturally 
not find it... I think the solution is probably to test the existence of the 
folder before the launch of the antTask, maybe a warn if it doesn't, and 
finally maybe an alternative to could deploy this kind of plugin. 
I've joint my think way to search : Native2AsciiMojo.java
Thanks

> Problem with configuration attribute parameter injection
> --------------------------------------------------------
>
>                 Key: MNG-2798
>                 URL: http://jira.codehaus.org/browse/MNG-2798
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Sandbox
>         Environment: Maven 2.0.4, JDK 1.5
>            Reporter: cfoubert
>         Attachments: Native2AsciiMojo.java
>
>
> The native2ascii MOJO does'nt care about the src configuration attribute 
> parameter injection, it takes the default value each time...
> The injection seems not yet work or still in developpement?

-- 
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

        

Reply via email to