blob: aa66650c2efd90396d77494e2cf4592656718be2 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>no.sourcesjar</groupId>
<artifactId>no-sourcesjar</artifactId>
<version>1.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-repository-plugin</artifactId>
<configuration>
<project implementation="org.apache.maven.plugins.repository.stubs.NoSourcesJarMavenProjectStub"/>
<outputDirectory>${basedir}/target/test/unit/no-sourcesjar/target</outputDirectory>
</configuration>
</plugin>
</plugins>
</build>
</project>