forked from phoedos/pmd
correct the default maven deploy repository
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.3.x@7371 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
parent
8cebc5dc84
commit
232eeb24f0
@ -62,7 +62,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---
|
||||
|
||||
|
||||
cd ~/pmd/pmd/
|
||||
update the "download" and "what's new" link in navigation.xml
|
||||
|
@ -286,12 +286,12 @@
|
||||
<repository>
|
||||
<id>pmd-repo</id>
|
||||
<name>Default Repository</name>
|
||||
<url>scp://shell.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://shell.sourceforge.net/home/groups/p/pm/pmd/htdocs</url>
|
||||
<url>scp://web.sourceforge.net/home/project-web/pmd/htdocs</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user