Uploaded image for project: 'Apache Commons All'
  1. Apache Commons All
  2. COMMONSSITE-97

Documentation for commons-release-plugin

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Implemented
    • None
    • None
    • Commons Release Plugin
    • None

    Description

      We need sufficient documentation on the usage of the commons-release-plugin in the site, and with javadoc. Note, the POC usage followed as:

      <!-- Declaration place matters must be after gpg. -->
      <plugin>
        <groupId>org.apache.commons</groupId>
        <artifactId>commons-release-plugin</artifactId>
        <version>0.1-SNAPSHOT</version>
        <configuration>
          <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/text</distSvnStagingUrl>
          <username></username>
          <password></password>
        </configuration>
        <executions>
          <execution>
            <id>detatch-distributions</id>
            <phase>verify</phase>
            <goals>
              <goal>detatch-distributions</goal>
            </goals>
          </execution>
          <execution>
            <id>compress-site</id>
            <phase>site</phase>
            <goals>
              <goal>compress-site</goal>
            </goals>
          </execution>
          <execution>
            <id>stage-distributions</id>
            <phase>deploy</phase>
            <goals>
              <goal>stage-distributions</goal>
            </goals>
          </execution>
        </executions>
      </plugin> 
      

      Attachments

        Activity

          People

            chtompki Rob Tompkins
            chtompki Rob Tompkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: