1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<?xml version="1.0" encoding="ISO-8859-1"?><project name="James Parent POM">
<bannerLeft>
<name>James Project</name>
<src>images/james-project-logo.gif</src>
<href>http://james.apache.org/index.html</href>
</bannerLeft>
<bannerRight>
<name>The Apache Software Foundation</name>
<src>images/asf-logo-reduced.gif</src>
<href>http://www.apache.org/index.html</href>
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-default-skin</artifactId>
<version>1.0</version>
</skin>
<body />
</project>
|