blob: 07d88b52ff64e0dafe43b6580ef3ce985d036151 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.it</groupId>
<artifactId>it0028</artifactId>
<packaging>library</packaging>
<version>1.0.0-RC1</version>
<name>it0028</name>
<build>
<sourceDirectory>src/main/csharp</sourceDirectory>
<plugins>
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-compile-plugin</artifactId>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>npanday.plugin</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.apache.maven.it</groupId>
<artifactId>it0026</artifactId>
<version>1.0.0-RC1</version>
<type>library</type>
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
<uniqueVersion>true</uniqueVersion>
<id>snapshot repo</id>
<name>snapshot repo</name>
<url>file://${basedir}/target/remoteSnapshotRepo/snapshots</url>
<layout>default</layout>
</snapshotRepository>
</distributionManagement>
</project>