hello
i want to implement the changelog pluging into my maven projects.
i have see the configuration (bellow).
but how can i declare (reference / configure) my cvs server into the
settings.xml file?

thanks



<reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changelog-plugin</artifactId>
        <version>2.2</version>
        <configuration>
          <type>tag</type>
          <tags>
            <tag implementation="java.lang.String">alpha-2</tag>
            <tag implementation="java.lang.String">alpha-3</tag>
          </tags>
        </configuration>
      </plugin>
    </plugins>
  </reporting>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

  • scm koxkorrita

Reply via email to