FELIX-4318 - prepare for initial release of JAAS Bundle
Minor formatting as per maven release plugin requirements
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1567025 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jaas/pom.xml b/jaas/pom.xml
index f087730..b85bff5 100644
--- a/jaas/pom.xml
+++ b/jaas/pom.xml
@@ -16,8 +16,8 @@
specific language governing permissions and limitations
under the License.
-->
-<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/maven-v4_0_0.xsd">
+<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/maven-v4_0_0.xsd">
+
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -32,12 +32,15 @@
<packaging>bundle</packaging>
<name>Apache Felix JAAS Support</name>
- <description/>
+ <description>
+ Bundle to simplify JAAS usage within OSGi environment. Refer to http://felix.apache.org/documentation/subprojects/apache-felix-jaas.html
+ for more details
+ </description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/jaas</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/jaas</developerConnection>
- <url>http://svn.apache.org/repos/asf/felix/jaas</url>
+ <url>scm:svn:https://svn.apache.org/repos/asf/felix/jaas</url>
</scm>
<properties>
@@ -310,8 +313,8 @@
</goals>
<configuration>
<target>
- <copy file="${project.build.directory}/${project.build.finalName}.jar" tofile="${project.build.directory}/jaas.jar"/>
- <copy file="${project.build.directory}/${project.build.finalName}-boot.jar" tofile="${project.build.directory}/jaas-boot.jar"/>
+ <copy file="${project.build.directory}/${project.build.finalName}.jar" tofile="${project.build.directory}/jaas.jar" />
+ <copy file="${project.build.directory}/${project.build.finalName}-boot.jar" tofile="${project.build.directory}/jaas-boot.jar" />
</target>
</configuration>
</execution>