BSF 2.4.0 is missing a M2 POM file
----------------------------------
Key: MEV-456
URL: http://jira.codehaus.org/browse/MEV-456
Project: Maven Evangelism
Issue Type: Bug
Components: Missing POM
Reporter: Paul King
Attachments: bsf.pom
BSF 2.4.0 is missing a POM file. In case I don't have permission to add
attachments, it should be something like:
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>bsf</groupId>
<artifactId>bsf</artifactId>
<name>bsf</name>
<version>2.4.0</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira