mirror of
https://github.com/apache/maven.git
synced 2025-02-09 03:25:23 +00:00
o adding IT it0070
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60fc65f111
commit
ca6e086349
@ -0,0 +1,21 @@
|
|||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>org.apache.maven</groupId>
|
||||||
|
<artifactId>maven-core-it0070</artifactId>
|
||||||
|
<description>Test a RAR generation.</description>
|
||||||
|
<packaging>rar</packaging>
|
||||||
|
<version>1.0</version>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-rar-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<includeJar>false</includeJar>
|
||||||
|
<raXmlFile>src/main/custom/ra.xml</raXmlFile>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</model>
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
<connector>
|
||||||
|
<fake-content></fake-content>
|
||||||
|
</connector>
|
Loading…
x
Reference in New Issue
Block a user