|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectprotoj.lang.internal.ReleaseFeature
public final class ReleaseFeature
Responsible for kicking off a release of the ProtoJ project. The release culminates in a deployment of the java artifacts to the maven repository at source forge and the upload of the project tar archive to googlecode.
The only prerequisite for invoking the
release(String, String, String) method is that the protoj code is
compiled.
| Constructor Summary | |
|---|---|
ReleaseFeature(ProtoProject project)
|
|
| Method Summary | |
|---|---|
void |
release(java.lang.String gcUserName,
java.lang.String gcPassword,
java.lang.String sfUserName)
Carries out the steps to release protoj starting from just the compiled code. |
void |
uploadToGoogleCode(java.lang.String gcUserName,
java.lang.String gcPassword)
Uploads the project archive, the jar with dependencies and the jar with no dependencies to google code. |
void |
uploadToMaven(java.lang.String sfUserName)
Publishes the archives to the sourceforge maven repository. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReleaseFeature(ProtoProject project)
| Method Detail |
|---|
public void release(java.lang.String gcUserName,
java.lang.String gcPassword,
java.lang.String sfUserName)
gcUserName - the username for uploading to the googlecode projectgcPassword - the password for uploading to the googlecode projectsfUserName - the username for uploading to the sourceforge maven repositorypublic void uploadToMaven(java.lang.String sfUserName)
sfUserName -
public void uploadToGoogleCode(java.lang.String gcUserName,
java.lang.String gcPassword)
gcUserName - gcPassword -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||