pom.xml
changeset 266 15fcdfc4cd4a
parent 258 935118a5831a
child 267 d52fcec12bec
child 271 aa1c63b58149
     1.1 --- a/pom.xml	Sun Sep 12 00:06:44 2010 +0200
     1.2 +++ b/pom.xml	Tue Sep 14 09:46:43 2010 +0200
     1.3 @@ -17,12 +17,23 @@
     1.4          <layout>default</layout>
     1.5      </repository>
     1.6    </repositories>
     1.7 -  <!--
     1.8 +  <pluginRepositories>
     1.9 +    <pluginRepository>
    1.10 +        <id>mc-release</id>
    1.11 +        <name>Local Maven repository of releases</name>
    1.12 +        <url>http://mc-repo.googlecode.com/svn/maven2/releases</url>
    1.13 +        <snapshots>
    1.14 +            <enabled>false</enabled>
    1.15 +        </snapshots>
    1.16 +        <releases>
    1.17 +            <enabled>true</enabled>
    1.18 +        </releases>
    1.19 +    </pluginRepository>
    1.20 +  </pluginRepositories>
    1.21    <scm>
    1.22 -      <connection>scm:hg:http://source.apidesign.org/hg/lookup</connection>
    1.23 -      <url>http://source.apidesign.org/hg/lookup</url>
    1.24 +      <connection>scm:hg:http://source.apidesign.org/hg/quoridor</connection>
    1.25 +      <url>http://source.apidesign.org/hg/quoridor</url>
    1.26    </scm>
    1.27 -  -->
    1.28    <licenses>
    1.29      <license>
    1.30          <name>gpl-3.0</name>
    1.31 @@ -56,4 +67,15 @@
    1.32      <name>Quoridor related projects</name>
    1.33      <description>Master project that agregates all quoridor related functionality.
    1.34      </description>
    1.35 +    <build>
    1.36 +        <plugins>
    1.37 +            <plugin>
    1.38 +                <groupId>com.mycila.maven-license-plugin</groupId>
    1.39 +                <artifactId>maven-license-plugin</artifactId>
    1.40 +                <configuration>
    1.41 +                    <header>src/header.txt</header>
    1.42 +                </configuration>
    1.43 +            </plugin>
    1.44 +        </plugins>
    1.45 +    </build>
    1.46  </project>
    1.47 \ No newline at end of file