From: Chad B. <cwb...@us...> - 2008-04-28 16:07:02
|
User: cwbrandon Date: 08/04/28 09:06:53 Modified: . pom.xml Log: fix distribution settings Revision Changes Path 1.15 +6 -1 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -w -r1.14 -r1.15 --- pom.xml 28 Mar 2008 18:33:37 -0000 1.14 +++ pom.xml 28 Apr 2008 16:06:53 -0000 1.15 @@ -205,7 +205,12 @@ <repository> <id>andromda-repository</id> <name>AndroMDA Repository</name> - <url>scp://galaxy.andromda.org/var/www/andromda/maven2</url> + <url>file:/var/www/andromda/maven2</url> + <uniqueVersion>false</uniqueVersion> </repository> + <site> + <id>website</id> + <url>file:/var/www/andromda/docs</url> + </site> </distributionManagement> </project> \ No newline at end of file |