Fix up pom so we can deploy to nexus
------------------------------------
Key: DROIDS-70
URL: https://issues.apache.org/jira/browse/DROIDS-70
Project: Droids
Issue Type: Improvement
Components: infrastructure
Affects Versions: 0.01
Reporter: Gavin
Assignee: Thorsten Scherler
Priority: Blocker
Fix For: 0.01
Hi Guys, in relation to INFRA-2368 could you please make the following changes
to your pom.xml file
Remove altogether the <distributionManagement/> section.
Add this section below:
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>6</version>
</parent>
immediately below <modelVersion>4.0.0</modelVersion>
if you do this ASAP I can get Buildbot to deploy your snapshots. Currently it
fails as its trying to grab non existent stuff from people.a.o as seen in this
error output :
http://ci.apache.org/builders/droids-trunk/builds/43/steps/compile_1/logs/stdio
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.