Changeset 4652 for jomc/branches/jomc-1.x/maven-jomc-plugin/BUILDING.txt
- Timestamp:
- Nov 15, 2012, 3:04:49 AM (13 years ago)
- Location:
- jomc/branches/jomc-1.x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
jomc/branches/jomc-1.x ¶
- Property svn:mergeinfo changed
/jomc/trunk merged: 4650-4651
- Property svn:mergeinfo changed
-
TabularUnified jomc/branches/jomc-1.x/maven-jomc-plugin/BUILDING.txt ¶
r4613 r4652 7 7 installed. 8 8 9 o Java Development Kit (JDK), Version 1. 6or higher9 o Java Development Kit (JDK), Version 1.7 or higher 10 10 11 11 Please consult the operating system documentation on how to install a Java … … 75 75 <!-- --> 76 76 <jomc.scm.password>Password</jomc.scm.password> 77 <!-- --> 78 <!-- --> 79 <!-- Issue Management System Properties --> 80 <!-- ======================================== --> 81 <!-- --> 82 <!-- The 'jomc.trac.username' property must be set to the name of --> 83 <!-- the user used for authentication with the project issue --> 84 <!-- management system. --> 85 <!-- --> 86 <jomc.trac.username>Username</jomc.trac.username> 87 <!-- --> 88 <!-- The 'jomc.trac.password' property must be set to the password --> 89 <!-- used for authentication with the project issue management --> 90 <!-- system. To avoid storing cleartext passwords, this property --> 91 <!-- should be set using the '-D' command line option. --> 92 <!-- --> 93 <jomc.trac.password>Password</jomc.trac.password> 77 94 <!-- --> 78 95 <!-- --> … … 215 232 --------------------------- 216 233 217 For deploying release artifacts, a server definition needs to be specified 218 in the local Maven settings.xml file used for authentication with the remote 219 staging repository. 234 For deploying releases, various server definitions need to be specified in 235 the local Maven settings.xml file used for authentication with the remote 236 staging repository, the remote file release server and the remote XML schema 237 server. 220 238 221 239 <server> … … 225 243 </server> 226 244 245 <server> 246 <id>frs.jomc.org</id> 247 <username>FRS Username</username> 248 <password>FRS Password</password> 249 </server> 250 251 <server> 252 <id>xml.jomc.org</id> 253 <username>XML Username</username> 254 <password>XML Password</password> 255 </server> 256 227 257 Release artifacts are deployed by executing: 228 258 cmd> mvn -Pjomc-release,jomc.org deploy … … 236 266 237 267 <server> 238 <id> jomc.org</id>268 <id>www.jomc.org</id> 239 269 <username>Username</username> 240 270 <password>Password</password> … … 252 282 253 283 Releases are prepared by executing: 254 cmd> mvn release:prepare -Pjomc -release,jomc.org284 cmd> mvn release:prepare -Pjomc.org 255 285 256 286 Releases are performed by executing: 257 cmd> mvn release:perform -Darguments="-Pjomc-release,jomc.org" 258 287 cmd> mvn release:perform -Pjomc-release,jomc.org
Note:
See TracChangeset
for help on using the changeset viewer.