[ 
https://jira.codehaus.org/browse/MOJO-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=282793#comment-282793
 ] 

Evgeny Mandrikov commented on MOJO-1738:
----------------------------------------

Fixed as part of MOJO-1768

> native2ascii copies the resources in all parent directories
> -----------------------------------------------------------
>
>                 Key: MOJO-1738
>                 URL: https://jira.codehaus.org/browse/MOJO-1738
>             Project: Mojo
>          Issue Type: Bug
>          Components: native2ascii
>         Environment: windows Xp pro 32bit, maven bundled with netbeans 7.0.1, 
> native2ascii-maven-plugin 1.0-alpha-1
>            Reporter: Nicolò Chieffo
>            Priority: Minor
>             Fix For: native2ascii-1.0-alpha-2
>
>
> I'm building a maven project with some localization files.
> I've placed them in src/main/resources/native2ascii/configuration/countries/
> I have configured native2ascii to use that source, and use 
> src/main/resources/configuration/countries/ as dest
> So this is the portion of my pom.xml
> <plugin>
>       <groupId>org.codehaus.mojo</groupId>
>       <artifactId>native2ascii-maven-plugin</artifactId>
>       <version>1.0-alpha-1</version>
>       <executions>
>               <execution>
>                       <id>1</id>
>                       <goals>
>                               <goal>native2ascii</goal>
>                       </goals>
>                       <configuration>
>                               <encoding>ISO-8859-1</encoding>
>                               
> <src>${basedir}/src/main/resources/native2ascii/configuration/countries/</src>
>                               
> <dest>${basedir}/src/main/resources/configuration/countries/</dest>
>                       </configuration>
>               </execution>
>       </executions>
> </plugin>
> In my result .war package, the .properties files that native2ascii handles, 
> are correctly placed in: /WEB-INF/classes/configuration/countries/
> But, they are copied also in other directories: /WEB-INF/classes/countries/ 
> and /WEB-INF/classes/
> This actually should'n happen

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to