<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.jolira</groupId>
    <artifactId>superpom</artifactId>
    <version>1.0.7</version>
    <packaging>pom</packaging>  

    <licenses>
      <license>
        <name>GNU GENERAL PUBLIC LICENSE Version 3</name>
        <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
        <comments>Copyright (C) 2009 jolira</comments>
        <distribution>repo</distribution>
      </license>
    </licenses>
  
    <name>jolira-tools SuperPOM</name>
    <description>SuperPOM for all tools at http://jolira-tools.googlecode.com</description>

    <properties>
      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
      <wicket.version>1.4.6</wicket.version>
      <jetty.version>6.1.22</jetty.version>
    </properties>
  
    <build>
      <pluginManagement>
        <plugins>
          <plugin>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>maven-jetty-plugin</artifactId>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-eclipse-plugin</artifactId>
            <configuration>
              <additionalProjectnatures>
                <projectnature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</projectnature>
              </additionalProjectnatures>
              <additionalBuildcommands>
                <buildcommand>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</buildcommand>
              </additionalBuildcommands>
              <downloadSources>true</downloadSources>
              <wtpversion>2.0</wtpversion>
            </configuration>
          </plugin>
        <plugin>
          <artifactId>maven-war-plugin</artifactId>
          <configuration>
            <manifest>
              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
            </manifest>
            <archive>
              <manifestEntries>
                <Specification-Title>${project.name}</Specification-Title>
                <Specification-Version>${project.version}</Specification-Version>
                <Implementation-Version>${BUILD_TAG}</Implementation-Version>
              </manifestEntries>
            </archive>
          </configuration>
        </plugin>
        <plugin>
          <artifactId>maven-jar-plugin</artifactId>
          <configuration>
            <manifest>
              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
            </manifest>
            <archive>
              <manifestEntries>
                <Specification-Title>${project.name}</Specification-Title>
                <Specification-Version>${project.version}</Specification-Version>
                <Implementation-Version>${BUILD_TAG}</Implementation-Version>
              </manifestEntries>
            </archive>
          </configuration>
        </plugin>
      </plugins>
    </pluginManagement>
        
    <plugins>
      <plugin>
        <inherited>true</inherited>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.1.1</version>
        <executions>
          <execution>
            <id>attach-sources</id>
            <phase>verify</phase>
            <goals>
              <goal>jar-no-fork</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <inherited>true</inherited>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
        <executions>
          <execution>
            <id>sign-artifacts</id>
            <phase>verify</phase>
            <goals>
              <goal>sign</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <inherited>true</inherited>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
          <optimize>true</optimize>
          <debug>true</debug>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <configuration>
          <findbugsXmlOutput>true</findbugsXmlOutput>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>cobertura-maven-plugin</artifactId>
        <configuration>
          <format>xml</format>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <source>1.6</source>
          <doclet>gr.spinellis.umlgraph.doclet.UmlGraphDoc</doclet>
          <docletArtifact>
            <groupId>gr.spinellis</groupId>
            <artifactId>UmlGraph</artifactId>
            <version>4.6</version>
          </docletArtifact>
          <additionalparam>
            -inferrel -inferdep -quiet -hide java.*
            -collpackages java.util.* -qualify
            -postfixpackage -nodefontsize 9
            -nodefontpackagesize 7
          </additionalparam>
        </configuration>
      <reportSets>
        <reportSet>
          <id>non-aggregate</id>
          <configuration>
            <!-- Specific configuration for the non aggregate report -->
          </configuration>
          <reports>
            <report>javadoc</report>
          </reports>
        </reportSet>
        <reportSet>
          <id>aggregate</id>
            <configuration>
                <!-- Specific configuration for the aggregate report -->
            </configuration>
            <reports>
              <report>aggregate</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
    </plugins>
  </reporting>

  <distributionManagement>
     <repository>
      <id>sonatype-nexus-staging</id>
      <name>Nexus Release Repository</name>
      <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>sonatype-nexus-snapshots</id>
      <name>Sonatype Nexus Snapshots</name>
      <url>http://oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>

  <url>http://jolira-tools.googlecode.com/</url>

  <mailingLists>
    <mailingList>
      <name>Announcements</name>
      <subscribe>http://groups.google.com/group/jolira/subscribe</subscribe>
      <unsubscribe>http://groups.google.com/group/jolira/unsubscribe</unsubscribe>
      <post>jolira@googlegroups.com</post>
      <archive>http://groups.google.com/group/jolira/topics</archive>
    </mailingList>
    <mailingList>
      <name>For Developers</name>
      <subscribe>http://groups.google.com/group/jolira-dev/subscribe</subscribe>
      <unsubscribe>http://groups.google.com/group/jolira-dev/unsubscribe</unsubscribe>
      <post>jolira-dev@googlegroups.com</post>
      <archive>http://groups.google.com/group/jolira/topics</archive>
    </mailingList>
  </mailingLists>
  
  <scm>
    <connection>scm:svn:https://jolira-tools.googlecode.com/svn/superpom/tags/superpom-1.0.7</connection>
    <developerConnection>scm:svn:https://jolira-tools.googlecode.com/svn/superpom/tags/superpom-1.0.7</developerConnection>
    <url>https://jolira-tools.googlecode.com/svn/superpom/tags/superpom-1.0.7</url>
  </scm>

  <developers>
      <developer>
        <id>jfk</id>
        <name>Joachim Kainz</name>
        <email>jfk@jolira.com</email>
    </developer>
  </developers>

  <issueManagement>
    <system>Google Code</system>
    <url>http://code.google.com/p/jolira-tools/issues/list</url>
  </issueManagement>
</project>

