<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>xsddoc</groupId>
  <artifactId>maven-xsddoc-plugin</artifactId>
  <name>Maven xsddoc Plug-in</name>
  <version>0.5</version>
  <description>XML schema documentation generator</description>
  <url>http://xframe.sf.net/xsddoc.html</url>
  <issueManagement>
    <url>http://sourceforge.net/tracker/?group_id=48863&amp;atid=454391</url>
  </issueManagement>
  <inceptionYear>2004</inceptionYear>
  <developers>
    <developer>
      <id>kriede</id>
      <name>Kurt Riede</name>
      <email>kriede@users.sourceforge.net</email>
      <url>http://jroller.com/page/kriede</url>
      <roles>
        <role>Project Admin</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>trippcr</name>
    </contributor>
  </contributors>
  <dependencies>
    <dependency>
      <groupId>maven-validator</groupId>
      <artifactId>maven-xhtml-plugin</artifactId>
      <version>1.2</version>
      <type>plugin</type>
    </dependency>
    <dependency>
      <groupId>xsddoc</groupId>
      <artifactId>xsddoc</artifactId>
      <version>0.5</version>
    </dependency>
  </dependencies>
  <reports>
    <plugins>
      <plugin>
        <groupId>maven</groupId>
        <artifactId>changes</artifactId>
        <version>1.0-SNAPSHOT</version>
        <goals>
          <goal>
            <id>report</id>
          </goal>
        </goals>
      </plugin>
      <plugin>
        <groupId>maven</groupId>
        <artifactId>changelog</artifactId>
        <version>1.0-SNAPSHOT</version>
        <goals>
          <goal>
            <id>report</id>
          </goal>
        </goals>
      </plugin>
      <plugin>
        <groupId>maven</groupId>
        <artifactId>file-activity</artifactId>
        <version>1.0-SNAPSHOT</version>
        <goals>
          <goal>
            <id>report</id>
          </goal>
        </goals>
      </plugin>
      <plugin>
        <groupId>maven</groupId>
        <artifactId>developer-activity</artifactId>
        <version>1.0-SNAPSHOT</version>
        <goals>
          <goal>
            <id>report</id>
          </goal>
        </goals>
      </plugin>
      <plugin>
        <groupId>maven</groupId>
        <artifactId>license</artifactId>
        <version>1.0-SNAPSHOT</version>
        <goals>
          <goal>
            <id>report</id>
          </goal>
        </goals>
      </plugin>
      <plugin>
        <groupId>maven</groupId>
        <artifactId>linkcheck</artifactId>
        <version>1.0-SNAPSHOT</version>
        <goals>
          <goal>
            <id>report</id>
          </goal>
        </goals>
      </plugin>
      <plugin>
        <groupId>maven</groupId>
        <artifactId>xhtml</artifactId>
        <version>1.0-SNAPSHOT</version>
        <goals>
          <goal>
            <id>report</id>
          </goal>
        </goals>
      </plugin>
    </plugins>
  </reports>
  <scm>
    <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xframe:xsddoc</connection>
    <developerConnection>scm:developername@cvs.sourceforge.net:/cvsroot/xframe:xsddoc</developerConnection>
    <url>http://cvs.sourceforge.net/viewcvs.py/xframe/xsddoc/</url>
  </scm>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <resources>
      <resource>
        <targetPath>plugin-resources</targetPath>
        <directory>${basedir}/src/plugin-resources</directory>
      </resource>
      <resource>
        <directory>.</directory>
        <includes>
          <include>plugin.jelly</include>
          <include>plugin.properties</include>
          <include>project.properties</include>
          <include>project.xml</include>
        </includes>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <groupId>maven</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>1.0-SNAPSHOT</version>
        <configuration>
          <excludes>
            <exclude>**/*~</exclude>
            <exclude>**/#*#</exclude>
            <exclude>**/.#*</exclude>
            <exclude>**/%*%</exclude>
            <exclude>**/._*</exclude>
            <exclude>**/CVS</exclude>
            <exclude>**/CVS/**</exclude>
            <exclude>**/.cvsignore</exclude>
            <exclude>**/SCCS</exclude>
            <exclude>**/SCCS/**</exclude>
            <exclude>**/vssver.scc</exclude>
            <exclude>**/.svn</exclude>
            <exclude>**/.svn/**</exclude>
            <exclude>**/.DS_Store</exclude>
          </excludes>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <organization>
    <name>xframe</name>
    <url>http://xframe.sf.net/</url>
  </organization>
  <distributionManagement>
    <site>
      <id>default</id>
      <name>Default Site</name>
      <url>file:///home/groups/x/xf/xframe/htdocs</url>
    </site>
  </distributionManagement>
</project>