john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

FileSystem.pom.xml

<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.kittyandbear.util</groupId>
  <artifactId>FileSystem</artifactId>
  <version>0.80</version>

    <name>FileSystem</name>
  <url>http://kittyandbear.net</url>

  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>3.1</version>
      <scope>test</scope>
    </dependency>


  </dependencies>



    <build>
        <plugins>

            <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.5.1</version>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                </configuration>
            </plugin>


        </plugins>

  </build>

</project>

  • « FileSystem
  • OxygenSpaceCLI »

Published

Dec 5, 2012

Category

java-classes

~38 words

Tags

  • classes 92
  • filesystem 6
  • java 252
  • pom 10
  • xml 22