"duplicate files" exception
---------------------------

         Key: MNG-1382
         URL: http://jira.codehaus.org/browse/MNG-1382
     Project: Maven 2
        Type: Bug
  Components: maven-site-plugin  
 Reporter: Vincent Siveton
 Assigned to: Vincent Siveton 


Supposed that you have this site structure:
+- src/
   +- site/
      +- apt/
          +- test1/
             +- index.apt
          +- index.apt
          ...
      +- fr/
         +- apt/
             +- test1/
                +- index.apt
             +- index.apt
         ...
      +- ja/
         +- apt/
             +- test1/
                +- index.apt
             +- index.apt
         ...
      +- site.xml
      +- site_fr.xml
      +- site_ja.xml
      
The following exception is thrown 
org.apache.maven.BuildFailureException: Some files are duplicates in the site 
directory or in the generated-site directory.
Review the following files for the "English" version:
apt\test
        fr\apt\test.apt
        ja\apt\test.apt
apt\test1\test
        fr\apt\test1\test.apt
        ja\apt\test1\test.apt

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