Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
...
<servers>
  <server>
    <id>NEXUS_ID</id>
    <username>MY_NEXUS_USERNAME</username>
    <password>MY_NEXUS_PASSWORD</password>
  </server>
</servers>

<profile>
  <id>smartgwt-patches</id>
  <properties>
    <version>3.0p</version>
    <edition>power</edition>
    <build>nightly</build>
    <messaging>true</messaging>
    <analytics>true</analytics>
    <isc.username>MY_ISOMORPHIC_ACCOUNT_USERNAME</isc.username>
    <isc.password>MY_ISOMORPHIC_ACCOUNT_PASSWORD</isc.password>
    <repo.id>NEXUS_ID</repo.id>
    <repo.url>MY_NEXUS_RELEASE_URL</repo.url>
  </properties>
</profile>

<profile>
  <id>smartgwt-mainline</id>
  <properties>
    <version>3.1d</version>
    <edition>power</edition>
    <build>nightly</build>
    <snapshots>true</snapshots>     
    <messaging>true</messaging>
    <analytics>true</analytics>     
     <isc.username>MY_ISOMORPHIC_ACCOUNT_USERNAME</isc.username> username>
    <isc.password>MY_ISOMORPHIC_ACCOUNT_PASSWORD</isc.password>
    <repo.id>NEXUS_ID</repo.id>
    <repo.url>MY_NEXUS_SNAPSHOTS_URL</repo.url>
  </properties>
</profile>


...

Code Block
mvn deploy -Psmartgwt-patchesmainline -Dsnapshots=false -Ddate=2011-12-02

Notes

The build figures out where to get your downloads based on version, edition, build, and date properties.  It's worth reviewing the Download Page narrative at least once, but for the impatient:

...