added to respository

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162498 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michal Maczka 2003-09-10 13:09:19 +00:00
parent e38393af07
commit 350f20f321
2 changed files with 20 additions and 0 deletions

7
maven.xml Normal file
View File

@ -0,0 +1,7 @@
<project default="multiproject:install">
<goal name="mm">
<echo>${java.home}</echo>
</goal>
</project>

13
project.xml Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<name>Marvin Master</name>
<id>marvin:master</id>
<artifactId>master</artifactId>
<currentVersion>2.0-alpha-1</currentVersion>
<description>Marvin Master</description>
<shortDescription>Marvin Master</shortDescription>
</project>