Home | History | Annotate | Download | only in 1.5.5
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 
      3 <!-- $Id: pom.xml 8792 2010-09-30 20:11:06Z bentmann $ -->
      4 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      5   <modelVersion>4.0.0</modelVersion>
      6 
      7   <parent>
      8     <groupId>org.codehaus.plexus</groupId>
      9     <artifactId>plexus-containers</artifactId>
     10     <version>1.5.5</version>
     11   </parent>
     12 
     13   <artifactId>plexus-component-annotations</artifactId>
     14 
     15   <name>Plexus :: Component Annotations</name>
     16   <description>
     17     Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with
     18     standard annotations instead of javadoc annotations.
     19   </description>
     20 </project>
     21