correct the default maven deploy repository

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7372 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Andreas Dangel committed 2011-09-30 18:30:17 +00:00
1 parent 93ef09182b
commit d3fea90a7c
2 files changed
+21 -3

No files matched your search

+19 -1
View File
@@ -59,7 +59,25 @@ Classify the file
Click File Releases, Edit Release, set previous version to 'hidden'.
upload command below will create and upload the maven artifacts to sourceforge. Login info
for 'pmd-repo' must be defined in ~/.m2/settings.xml
for 'pmd-repo' must be defined in ~/.m2/settings.xml:
---8<---8<---
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>pmd-repo</id>
<username>your-sf-login</username>
<password>your-sf-pwd</password>
</server>
</servers>
</settings>
--->8--->8---
update the "download" and "what's new" link in navigation.xml
./docs.sh upload
+2 -2
View File
@@ -573,12 +573,12 @@
<repository>
<id>pmd-repo</id>
<name>Default Repository</name>
<url>scp://web.sourceforge.net/home/groups/p/pm/pmd/htdocs/maven2</url>
<url>scp://web.sourceforge.net/home/project-web/pmd/htdocs/maven2</url>
</repository>
<site>
<id>pmd-site</id>
<name>Default Site</name>
<url>scp://web.sourceforge.net/home/groups/p/pm/pmd/htdocs</url>
<url>scp://web.sourceforge.net/home/project-web/pmd/htdocs</url>
</site>
</distributionManagement>
</profile>