mirror of
https://github.com/apache/maven.git
synced 2025-03-01 14:19:22 +00:00
o i want a whole canonical test, but we know most things are working from the integration tests and i am specifically interested in plugin configuration at the moment so that's what's going in right now.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed31ac5175
commit
22f5fe58dc
19
maven-core/src/test/resources/canonical-pom.xml
Normal file
19
maven-core/src/test/resources/canonical-pom.xml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
|
||||||
|
<project>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>maven</groupId>
|
||||||
|
<artifactId>maven-core</artifactId>
|
||||||
|
<name>Maven</name>
|
||||||
|
<version>2.0-SNAPSHOT</version>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<id>plexus</id>
|
||||||
|
<configuration>
|
||||||
|
<plexusConfiguration>src/conf/plexus.conf</plexusConfiguration>
|
||||||
|
<plexusConfigurationPropertiesFile>src/conf/plexus.conf</plexusConfigurationPropertiesFile>
|
||||||
|
<plexusApplicationName>Continuum</plexusApplicationName>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</project>
|
Loading…
x
Reference in New Issue
Block a user