Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.7
-
Labels:None
-
Number of attachments :
Description
Not really sure if this can cause problems but at least is a strange behaviour.
When deploying a snapshot, jar and pom have different timestamped version.
Note the difference between 1.7-20050804.210038 and 1.7-20050804.210051
plugin:repository-deploy:
[echo] Deploying...
Will deploy to 1 repository(ies): apache.snapshots
Deploying to repository: apache.snapshots
Uploading to maven/poms/maven-pmd-plugin-1.7-SNAPSHOT.pom:
.................... (6K)
Uploading to maven/poms/maven-pmd-plugin-snapshot-version:
.................... (0K)
Uploading to maven/poms/maven-pmd-plugin-1.7-20050804.210038.pom:
.................... (6K)
Will deploy to 1 repository(ies): apache.snapshots
Deploying to repository: apache.snapshots
Uploading to maven/plugins/maven-pmd-plugin-1.7-SNAPSHOT.jar:
.................... (11K)
Uploading to maven/plugins/maven-pmd-plugin-snapshot-version:
.................... (0K)
Uploading to maven/plugins/maven-pmd-plugin-1.7-20050804.210051.jar:
.................... (11K)