mirror of
https://github.com/apache/maven.git
synced 2025-02-09 03:25:23 +00:00
o adding IT it0079
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ce3958182
commit
fad7bd8ee7
@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<project>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>org.apache.maven.it</groupId>
|
||||||
|
<artifactId>maven-core-it0079</artifactId>
|
||||||
|
|
||||||
|
<description>Test that source attachments have the same build number as the main
|
||||||
|
artifact when deployed.</description>
|
||||||
|
|
||||||
|
<version>SNAPSHOT</version>
|
||||||
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>test</id>
|
||||||
|
<name>Test Repo</name>
|
||||||
|
<url>file:target/test-repo</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>jar</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
|
||||||
|
</project>
|
@ -0,0 +1,6 @@
|
|||||||
|
package org.apache.maven.it0079;
|
||||||
|
|
||||||
|
public class Person
|
||||||
|
{
|
||||||
|
String name;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user