[Bug 711350] Review Request: jboss-parent - JBoss Parent POM

bugzilla at redhat.com bugzilla at redhat.com
Sat Jul 16 14:24:33 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=711350

--- Comment #4 from gil <puntogil at libero.it> 2011-07-16 10:24:33 EDT ---
the problem was here

install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.jboss-%{name}.pom
%add_to_maven_depmap org.jboss %{name} %{version} JPP jboss/%{name}

modified in this way (thanks to alt linux) works

install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.jboss %{name} %{version} JPP %{name}

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list