blob: 355e3bfe7fcb1c5408bf39b9e060f9ddaf0c0324 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.it</groupId>
<artifactId>it0029</artifactId>
<packaging>library</packaging>
<version>1.0.0-RC1</version>
<name>it0029</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>
<distributionManagement>
<snapshotRepository>
<uniqueVersion>true</uniqueVersion>
<id>my fake snapshot</id>
<name>Fake Snapshot Repository</name>
<url>file://${basedir}/target/remoteSnapshotRepo/snapshots</url>
<layout>default</layout>
</snapshotRepository>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>regular repo</id>
<name>regular repo</name>
<url>file://${basedir}/target/remoteRepo</url>
<layout>default</layout>
</repository>
</distributionManagement>
</project>