[ 
https://issues.apache.org/jira/browse/TAP5-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835815#action_12835815
 ] 

Basile Chandesris commented on TAP5-1023:
-----------------------------------------

When I use in my pom.xml:

Extract:
...
  <dependencies>
        <dependency>
        <groupId>javassist</groupId>
        <artifactId>javassist</artifactId>
        <version>3.10.0.GA</version>
        </dependency>

        <dependency>
        <groupId>org.hibernate</groupId>
        <artifactId>hibernate-core</artifactId>
        <version>3.3.2.GA</version>
        </dependency>
        
        <dependency>
        <groupId>org.hibernate</groupId>
        <artifactId>hibernate-c3p0</artifactId>
        <version>3.3.2.GA</version>
        </dependency>
        
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-annotations</artifactId>
    <version>3.4.0.GA</version>
</dependency> 
        
    <dependency>
      <groupId>org.apache.tapestry</groupId>
        <artifactId>tapestry-hibernate</artifactId>
        <version>${tapestry-release-version}</version>
      </dependency>
      
     <dependency>
      <groupId>org.apache.tapestry</groupId>
        <artifactId>tapestry-hibernate-core</artifactId>
        <version>${tapestry-release-version}</version>
      </dependency>
      
     <dependency>
      <groupId>org.apache.tapestry</groupId>
        <artifactId>tapestry-core</artifactId>
        <version>${tapestry-release-version}</version>
      </dependency>
      
     <dependency>
      <groupId>org.apache.tapestry</groupId>
        <artifactId>tapestry-ioc</artifactId>
        <version>${tapestry-release-version}</version>
      </dependency>
      
     <dependency>
      <groupId>org.apache.tapestry</groupId>
        <artifactId>tapestry5-annotations</artifactId>
        <version>${tapestry-release-version}</version>
      </dependency>
...

with 
 <properties>
     <tapestry-release-version>5.2.0-SNAPSHOT</tapestry-release-version>
    <!--  <tapestry-release-version>5.1.0.7</tapestry-release-version> -->
</properties>

Launching each day 'mvn install',
 add a new tapestry-hibernate- .jar 
without removing the old one. 
The names here are always different.

tapestry-hibernate-5.2.0-20100217.091747-192.jar
tapestry-hibernate-5.2.0-20100219.090323-194.jar 

But this process is working for all jar named with 5.2.0-SNAPSHOT,
all the other jar of Tapestry 5.2.0-SNAPSHOT.



> (5.2.0-SPNAPSHOT Maven dependencies) tapestry-hibernate-5.2.0 jar generated 
> with tapestry-hibernate-5.2.0-yyyyMMdd.hhmmss-?.jar > 
> tapestry-hibernate-5.2.0-SNAPSHOT.jar whereas all other jar are using 
> -5.2.0-SNAPSHOT
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1023
>                 URL: https://issues.apache.org/jira/browse/TAP5-1023
>             Project: Tapestry 5
>          Issue Type: Improvement
>         Environment: osx snow leopard, linux redhat
>            Reporter: Basile Chandesris
>             Fix For: 5.2.0
>
>
> Cause duplicate of tapestry-hibernate-XXX.jar at the deployment.
> Example:
> tapestry-core-5.2.0-SNAPSHOT.jar
> tapestry-hibernate-5.2.0-20100217.091747-192.jar
> tapestry-hibernate-5.2.0-20100219.090323-194.jar
> tapestry-hibernate-core-5.2.0-SNAPSHOT.jar
> tapestry-ioc-5.2.0-SNAPSHOT.jar
> tapestry5-annotations-5.2.0-SNAPSHOT.jar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to