<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>sample-parent</artifactId>
    <groupId>sample-project</groupId>
    <version>SNAPSHOT</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>sample-project</groupId>
  <artifactId>sample-jar</artifactId>
  <name>Maven Quick Start Archetype</name>
  <version>SNAPSHOT</version>
  <url>http://maven.apache.org</url>
  <build>
    <sourceDirectory>E:\STC\sample2\sample\sample-jar\src\main\java</sourceDirectory>
    <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
    <testSourceDirectory>E:\STC\sample2\sample\sample-jar\src\test\java</testSourceDirectory>
    <outputDirectory>E:\STC\sample2\sample\sample-jar\target\classes</outputDirectory>
    <testOutputDirectory>E:\STC\sample2\sample\sample-jar\target\test-classes</testOutputDirectory>
    <resources>
      <resource>
        <directory>E:\STC\sample2\sample\sample-jar\src\main\resources</directory>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <directory>E:\STC\sample2\sample\sample-jar\src\test\resources</directory>
      </testResource>
    </testResources>
    <directory>E:\STC\sample2\sample\sample-jar\target</directory>
    <finalName>sample-jar-SNAPSHOT</finalName>
    <plugins>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <version>2.0</version>
        <executions>
          <execution>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-clean-plugin</artifactId>
        <version>2.0</version>
      </plugin>
      <plugin>
        <artifactId>maven-resources-plugin</artifactId>
        <version>2.1</version>
      </plugin>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.0</version>
      </plugin>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.1.2</version>
      </plugin>
      <plugin>
        <artifactId>maven-install-plugin</artifactId>
        <version>2.0</version>
      </plugin>
    </plugins>
  </build>
  <repositories>
    <repository>
      <releases />
      <snapshots />
      <id>cordella</id>
      <url>http://cordella.mht.stchome.com:9998/repository</url>
    </repository>
    <repository>
      <releases />
      <snapshots />
      <id>repo1</id>
      <url>http://cordella.mht.stchome.com:9998/repository</url>
    </repository>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
      <name>Maven Repository Switchboard</name>
      <url>http://repo1.maven.org/maven2</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <releases>
        <updatePolicy>never</updatePolicy>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
      <name>Maven Plugin Repository</name>
      <url>http://repo1.maven.org/maven2</url>
    </pluginRepository>
  </pluginRepositories>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <reporting>
    <outputDirectory>target/site</outputDirectory>
  </reporting>
  <properties>
    <client-wv-package.values>C:\Documents and Settings\brianf\.m2\client.wv.package.properties.txt</client-wv-package.values>
    <client-sd-package.values>C:\Documents and Settings\brianf\.m2\client.sd.properties.txt</client-sd-package.values>
    <client-nh-package.values>C:\Documents and Settings\brianf\.m2\client.nh.properties.txt</client-nh-package.values>
  </properties>
</project>