http://bugzilla.slf4j.org/show_bug.cgi?id=65
Summary: Maven pom's use a feature that prevent the libaries auto
deploying
Product: SLF4J
Version: 1.4.x
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P1
Component: Unspecified
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
We noticed the the Pom files for slf4j haven't been publish on repo1.maven.org.
So we decided to deploy them to our local repo.
Doing this using mvn deploy causes an error on the child projects as they
contain
<version>${parent.version}</version>
This breaks the deployment into some maven repos (e.g. Artifactory). You could
argue this is an artifactory bug however removing this line from the POM
results in no changes in behaviour as maven will automatically inherit the
version number from the parent pom.
I have attached a patch fixing this.
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev