Author: chetanm
Date: Tue Feb 11 10:17:19 2014
New Revision: 1567025
URL: http://svn.apache.org/r1567025
Log:
FELIX-4318 - prepare for initial release of JAAS Bundle
Minor formatting as per maven release plugin requirements
Modified:
felix/trunk/jaas/pom.xml
Modified: felix/trunk/jaas/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/jaas/pom.xml?rev=1567025&r1=1567024&r2=1567025&view=diff
==============================================================================
--- felix/trunk/jaas/pom.xml (original)
+++ felix/trunk/jaas/pom.xml Tue Feb 11 10:17:19 2014
@@ -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>