* added name and description to pom

git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/synyx-plugin/trunk@2914 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
Oliver Gierke
2008-10-06 20:19:12 +00:00
parent 4bd432afd0
commit 717f4c1380

View File

@@ -2,6 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.synyx.plugin</groupId>
<artifactId>plugin-core</artifactId>
<name>Core plugin</name>
<version>0.1-SNAPSHOT</version>
<properties>
@@ -41,6 +42,7 @@
</dependency>
</dependencies>
<description>Core plugin infrastructure</description>
<build>
<plugins>