[slf4j-dev] [Bug 65] New: Maven pom's use a feature that prevent the libaries auto deploying
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Fri Nov 9 16:10:18 CET 2007
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: dev at slf4j.org
ReportedBy: ben.gidley at ioko.com
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.
More information about the slf4j-dev
mailing list