Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Added SCM config for Git, changelog report +++
  • Loading branch information
runeflobakk committed Oct 2, 2010
1 parent a7283ec commit 3448379
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion pom.xml
Expand Up @@ -9,6 +9,12 @@

<name>Doxia macro for yuml.me</name>
<url>http://flobakk.org</url>

<scm>
<connection>scm:git:git@github.com:runeflobakk/yuml-doxia-macro.git</connection>
<developerConnection>scm:git:git@github.com:runeflobakk/yuml-doxia-macro.git</developerConnection>
<url>http://github.com/runeflobakk/yuml-doxia-macro</url>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -95,6 +101,21 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
</plugin>
<plugin>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>

Expand All @@ -103,7 +124,7 @@
<plugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.2</version>
<version>2.1.2</version>
<reportSets>
<reportSet>
<reports>
Expand All @@ -116,6 +137,18 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.5</version>
</plugin>
</plugins>
</reporting>

Expand Down

0 comments on commit 3448379

Please sign in to comment.