<?xml version="1.0" encoding="UTF-8"?> <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> <parent> <groupId>com.mossle</groupId> <artifactId>mossle-parent</artifactId> <version>0.0.12</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>com.mossle</groupId> <artifactId>mossle-security</artifactId> <version>0.0.13</version> <packaging>jar</packaging> <name>mossle security</name> <scm> <connection>scm:svn:svn://localhost/mossle/tags/mossle-security-0.0.13</connection> <developerConnection>scm:svn:svn://localhost/mossle/tags/mossle-security-0.0.13</developerConnection> <url>svn://localhost/mossle/tags/mossle-security-0.0.13</url> </scm> <dependencies> <dependency> <groupId>com.mossle</groupId> <artifactId>mossle-core</artifactId> <version>0.0.14</version> </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal> <outputDirectory>target/classes</outputDirectory> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>native2ascii-maven-plugin</artifactId> </plugin> </plugins> </build> </project>