Hi all,
   
  Formerly I use the maven1 and in the "project.xml" I have the <dependency/> 
as follow:
   
  <dependency>
  <groupId>jsf-facelets</groupId>
  <artifactId>jsf-facelets</artifactId>
  <version>1.1.12</version>
  <type>jar</type>
  </dependency>
   
  And in the repository the dir-structure looks as follow:
  /repo
     /jsf-facelets
        /jars
           --jsf-facelets-1.1.12.jar
   
  If I have another version of jsf-facelets.jar, I can simply put them under 
the same dir. 
   
  Now by maven2 I have the same <dependency/> in POM.XML, but the repository 
structure must be as follow:
   
  /repo
     /jsf-facelets
        /jsf-facelets
          /1.1.12 
              --jsf-facelets-1.1.12
   
  If I have another version of jsf-facelets.jar. I have to create a new sub-dir 
with the version number such as follow:
   
   
  /repo
     /jsf-facelets
        /jsf-facelets
          /1.1.12 
              --jsf-facelets-1.1.12
          /1.1.13 
              --jsf-facelets-1.1.13
   
  I find this is more complicated.
   
  Is there anyway to do as by maven 1?
   
  Regards
   
  Thomas

       
---------------------------------
Ihr erstes Fernweh? Wo gibt es den schönsten Strand. 

Reply via email to