Hi
My pom.xml looks like this:
<distributionManagement>
<repository>
<id>inhouse.snapshot</id>
<url>http://localhost:7070/px-webapp-default-1.0.0-RC4.2/repository/private</url>
</repository>
<snapshotRepository>
<id>inhouse.snapshot</id>
<url>http://localhost:7070/px-webapp-default-1.0.0-RC4.2/repository/private</url>
</snapshotRepository>
</distributionManagement>
My Proximity is up, those URLs are correc t. However, when I run Maven I
am getting this:
Uploading:
http://localhost:7070/px-webapp-default-1.0.0-RC4.2/repository/privat
e/fds/fds-applications/1.0/fds-applications-1.0.pom
1K uploaded
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error deploying artifact: Unable to transfer file.
HttpURLConnection retu
rned the response code: 500
In the proximity.log, I see this:
2006-10-03 15:52:15.325 INFO [http-7070-Processor25:] -
org.abstracthorizon.proximity.webapp.util.RepositoryController: Item not
found on URI /private/fds/fds-applications/1.0-SNAPSHOT/maven-metadata.xml
Can you please let me know what I do wrong?
Thanks.
Janos