Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 85316 invoked from network); 31 Mar 2009 03:24:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2009 03:24:28 -0000 Received: (qmail 86238 invoked by uid 500); 31 Mar 2009 03:24:28 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 86179 invoked by uid 500); 31 Mar 2009 03:24:28 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 86170 invoked by uid 99); 31 Mar 2009 03:24:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 03:24:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 03:24:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 02E2423889BA; Tue, 31 Mar 2009 03:23:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r760300 - in /directory/sandbox/ccustine/apacheds-kernel: ./ assembly/ assembly/src/ assembly/src/main/ assembly/src/main/descriptors/ assembly/src/main/filtered-resources/ assembly/src/main/filtered-resources/etc/ branding/ branding/src/ b... Date: Tue, 31 Mar 2009 03:23:58 -0000 To: commits@directory.apache.org From: ccustine@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090331032359.02E2423889BA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ccustine Date: Tue Mar 31 03:23:57 2009 New Revision: 760300 URL: http://svn.apache.org/viewvc?rev=760300&view=rev Log: Initial Import of ApacheDS OSGi runtime Added: directory/sandbox/ccustine/apacheds-kernel/ directory/sandbox/ccustine/apacheds-kernel/assembly/ directory/sandbox/ccustine/apacheds-kernel/assembly/pom.xml directory/sandbox/ccustine/apacheds-kernel/assembly/src/ directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/ directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/ directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/unix-bin.xml directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/unix-src.xml directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/windows-bin.xml directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/windows-src.xml directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/ directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/etc/ directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/etc/org.apache.directory.ldap.cfg directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/etc/org.apache.servicemix.features.cfg directory/sandbox/ccustine/apacheds-kernel/branding/ directory/sandbox/ccustine/apacheds-kernel/branding/pom.xml directory/sandbox/ccustine/apacheds-kernel/branding/src/ directory/sandbox/ccustine/apacheds-kernel/branding/src/main/ directory/sandbox/ccustine/apacheds-kernel/branding/src/main/resources/ directory/sandbox/ccustine/apacheds-kernel/branding/src/main/resources/org/ directory/sandbox/ccustine/apacheds-kernel/branding/src/main/resources/org/apache/ directory/sandbox/ccustine/apacheds-kernel/branding/src/main/resources/org/apache/servicemix/ directory/sandbox/ccustine/apacheds-kernel/branding/src/main/resources/org/apache/servicemix/kernel/ directory/sandbox/ccustine/apacheds-kernel/branding/src/main/resources/org/apache/servicemix/kernel/version/ directory/sandbox/ccustine/apacheds-kernel/branding/src/main/resources/org/apache/servicemix/kernel/version/embedded.properties directory/sandbox/ccustine/apacheds-kernel/pom.xml Added: directory/sandbox/ccustine/apacheds-kernel/assembly/pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/ccustine/apacheds-kernel/assembly/pom.xml?rev=760300&view=auto ============================================================================== --- directory/sandbox/ccustine/apacheds-kernel/assembly/pom.xml (added) +++ directory/sandbox/ccustine/apacheds-kernel/assembly/pom.xml Tue Mar 31 03:23:57 2009 @@ -0,0 +1,202 @@ + + + + + 4.0.0 + + + org.apache.directory.server + apache-directory-kernel + 2.0.0-SNAPSHOT + + + org.apache.directory.server + apache-directory-assembly + pom + Apache Directory Server :: Assembly + + + + org.apache.directory.server + apacheds-osgi + + + org.apache.directory.server + org.apache.directory.server.branding + + + org.apache.servicemix.kernel + apache-servicemix-kernel + tar.gz + + + org.apache.felix + org.apache.felix.prefs + + + org.apache.xbean + xbean-classloader + + + + + + ${pom.basedir}/src/main/filtered-resources + true + + **/* + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + generate-resources + + resources + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-unix + generate-resources + + unpack + + + + + org.apache.servicemix.kernel + apache-servicemix-kernel + tar.gz + target/dependencies/unix + + + + + + unpack-win + generate-resources + + unpack + + + + + org.apache.servicemix.kernel + apache-servicemix-kernel + zip + target/dependencies/win + + + + + + copy + generate-resources + + copy + + + + + org.apache.directory.server + org.apache.directory.server.branding + target/dependencies + servicemix-version.jar + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + unix-bin + package + + single + + + + src/main/descriptors/unix-bin.xml + + ${pom.artifactId}-${pom.version} + gnu + + + + + + + + + + Added: directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/unix-bin.xml URL: http://svn.apache.org/viewvc/directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/unix-bin.xml?rev=760300&view=auto ============================================================================== --- directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/unix-bin.xml (added) +++ directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/unix-bin.xml Tue Mar 31 03:23:57 2009 @@ -0,0 +1,78 @@ + + + + + + + tar.gz + + + + + + ${basedir}/target/dependencies/unix/apache-servicemix-kernel-${servicemix.kernel.version} + / + + bin/** + demos/** + etc/org.apache.servicemix.features.cfg + LICENSE.txt + NOTICE.txt + README.txt + RELEASE-NOTES.txt + + + + + + ${basedir}/src/main/distribution/ant + /ant + unix + + + + target/classes/etc + /etc/ + unix + + + + ${basedir}/target/features-repo + system + + + + target/dependencies + + servicemix-version.jar + + /lib/ + + + + + + + ${basedir}/target/dependencies/unix/apache-servicemix-kernel-${servicemix.kernel.version}/bin/servicemix + /bin + apacheds + 0755 + + + + Added: directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/unix-src.xml URL: http://svn.apache.org/viewvc/directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/unix-src.xml?rev=760300&view=auto ============================================================================== --- directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/unix-src.xml (added) +++ directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/unix-src.xml Tue Mar 31 03:23:57 2009 @@ -0,0 +1,123 @@ + + + + src + + tar.gz + + + + + ${basedir}/.. + / + + BUILDING.txt + README.txt + RELEASE*.txt + + unix + + + + + ${basedir}/.. + src + + **/*.jpeg + **/*.jpg + **/*.gif + **/*.png + **/*.exe + **/*.dll + **/*.jar + **/*.so + **/*.ks + **/*.ts + **/*.keystore + **/*.bin + **/*.jnilib + **/*.cert + apache-servicemix/src/main/release/bin/*/wrapper + + + **/eclipse-classes/** + **/target/** + + + + + + ${basedir}/.. + src + + **/* + + + **/*.jpeg + **/*.jpg + **/*.gif + **/*.png + **/*.exe + **/*.dll + **/*.jar + **/*.so + **/*.ks + **/*.ts + **/*.keystore + **/*.bin + **/*.jnilib + **/*.cert + apache-servicemix/src/main/release/bin/*/wrapper + **/target/** + **/build/** + activemq-data/** + */activemq-data/** + **/eclipse-classes/** + **/.* + **/.*/** + + **/surefire* + **/svn-commit* + + **/*.iml + **/*.ipr + **/*.iws + + **/cobertura.ser + + + unix + + + + + ${basedir}/target/maven-shared-archive-resources/META-INF/LICENSE + / + LICENSE.txt + 0644 + unix + + + ${basedir}/target/maven-shared-archive-resources/META-INF/NOTICE + / + NOTICE.txt + 0644 + unix + + + Added: directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/windows-bin.xml URL: http://svn.apache.org/viewvc/directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/windows-bin.xml?rev=760300&view=auto ============================================================================== --- directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/windows-bin.xml (added) +++ directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/windows-bin.xml Tue Mar 31 03:23:57 2009 @@ -0,0 +1,73 @@ + + + + + + + zip + + + + + + + ${basedir}/target/dependencies/unix/apache-servicemix-kernel-${servicemix.kernel.version} + / + + bin/** + demos/** + etc/org.apache.servicemix.features.cfg + LICENSE.txt + NOTICE.txt + README.txt + RELEASE-NOTES.txt + + + + + ${basedir}/target/dependencies/unix/apache-servicemix-kernel-${servicemix.kernel.version} + / + + bin/* + + 0755 + + + + target/classes/etc + /etc/ + dos + + + + ${basedir}/target/features-repo + system + + + + + target/dependencies + + servicemix-version.jar + + /lib/ + + + + + Added: directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/windows-src.xml URL: http://svn.apache.org/viewvc/directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/windows-src.xml?rev=760300&view=auto ============================================================================== --- directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/windows-src.xml (added) +++ directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/descriptors/windows-src.xml Tue Mar 31 03:23:57 2009 @@ -0,0 +1,124 @@ + + + + src + + zip + + + + + ${basedir}/.. + / + + BUILDING.txt + README.txt + RELEASE*.txt + + dos + + + + + ${basedir}/.. + src + + **/*.jpeg + **/*.jpg + **/*.gif + **/*.png + **/*.exe + **/*.dll + **/*.jar + **/*.so + **/*.ks + **/*.ts + **/*.keystore + **/*.bin + **/*.jnilib + **/*.cert + apache-servicemix/src/main/release/bin/*/wrapper + + + **/eclipse-classes/** + **/target/** + + + + + + ${basedir}/.. + src + + **/* + + + **/*.jpeg + **/*.jpg + **/*.gif + **/*.png + **/*.exe + **/*.dll + **/*.jar + **/*.so + **/*.ks + **/*.ts + **/*.keystore + **/*.bin + **/*.jnilib + **/*.cert + apache-servicemix/src/main/release/bin/*/wrapper + + **/target/** + **/build/** + activemq-data/** + */activemq-data/** + **/eclipse-classes/** + **/.* + **/.*/** + + **/surefire* + **/svn-commit* + + **/*.iml + **/*.ipr + **/*.iws + + **/cobertura.ser + + + dos + + + + + ${basedir}/target/maven-shared-archive-resources/META-INF/LICENSE + / + LICENSE.txt + 0644 + unix + + + ${basedir}/target/maven-shared-archive-resources/META-INF/NOTICE + / + NOTICE.txt + 0644 + unix + + + Added: directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/etc/org.apache.directory.ldap.cfg URL: http://svn.apache.org/viewvc/directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/etc/org.apache.directory.ldap.cfg?rev=760300&view=auto ============================================================================== --- directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/etc/org.apache.directory.ldap.cfg (added) +++ directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/etc/org.apache.directory.ldap.cfg Tue Mar 31 03:23:57 2009 @@ -0,0 +1,21 @@ +################################################################################ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +################################################################################ + +ldapPort=10389 +ldapsPort=686 Added: directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/etc/org.apache.servicemix.features.cfg URL: http://svn.apache.org/viewvc/directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/etc/org.apache.servicemix.features.cfg?rev=760300&view=auto ============================================================================== --- directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/etc/org.apache.servicemix.features.cfg (added) +++ directory/sandbox/ccustine/apacheds-kernel/assembly/src/main/filtered-resources/etc/org.apache.servicemix.features.cfg Tue Mar 31 03:23:57 2009 @@ -0,0 +1,29 @@ +################################################################################ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +################################################################################ + +# +# Comma separated list of features repositories to register by default +# +featuresRepositories=mvn:org.apache.servicemix.kernel/apache-servicemix-kernel/${servicemix.kernel.version}/xml/features,mvn:org.apache.directory.server/apacheds-osgi/${apache.directory.version}/xml/features + +# +# Comma separated list of features to install at startup +# +featuresBoot=apache-directory + Added: directory/sandbox/ccustine/apacheds-kernel/branding/pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/ccustine/apacheds-kernel/branding/pom.xml?rev=760300&view=auto ============================================================================== --- directory/sandbox/ccustine/apacheds-kernel/branding/pom.xml (added) +++ directory/sandbox/ccustine/apacheds-kernel/branding/pom.xml Tue Mar 31 03:23:57 2009 @@ -0,0 +1,64 @@ + + + + + 4.0.0 + + + org.apache.directory.server + apache-directory-kernel + 2.0.0-SNAPSHOT + + + org.apache.directory.server + org.apache.directory.server.branding + bundle + 2.0.0-SNAPSHOT + Apache Directory Server :: Branding + + + + + ${pom.basedir}/src/main/resources + true + + **/* + + + + + + org.apache.felix + maven-bundle-plugin + + + ${pom.artifactId} + * + !* + + org.apache.servicemix.kernel.version + + *;publish-context:=false + + + + + + + Added: directory/sandbox/ccustine/apacheds-kernel/branding/src/main/resources/org/apache/servicemix/kernel/version/embedded.properties URL: http://svn.apache.org/viewvc/directory/sandbox/ccustine/apacheds-kernel/branding/src/main/resources/org/apache/servicemix/kernel/version/embedded.properties?rev=760300&view=auto ============================================================================== --- directory/sandbox/ccustine/apacheds-kernel/branding/src/main/resources/org/apache/servicemix/kernel/version/embedded.properties (added) +++ directory/sandbox/ccustine/apacheds-kernel/branding/src/main/resources/org/apache/servicemix/kernel/version/embedded.properties Tue Mar 31 03:23:57 2009 @@ -0,0 +1,32 @@ +################################################################################ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +################################################################################ + +banner=" _ _ ____ ____ ",\ + " / \\ _ __ __ _ ___| |__ ___| _ \\/ ___| ",\ + " / _ \\ | '_ \\ / _` |/ __| '_ \\ / _ \\ | | \\___ \\ ",\ + " / ___ \\| |_) | (_| | (__| | | | __/ |_| |___) | ",\ + " /_/ \\_\\ .__/ \\__ _|\\___|_| |_|\\___|____/|____/ ",\ + " |_| ",\ + + +application.name=Apache Directory Server +application.version=${apache.directory.version} +application.location=http://directory.apache.org + + Added: directory/sandbox/ccustine/apacheds-kernel/pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/ccustine/apacheds-kernel/pom.xml?rev=760300&view=auto ============================================================================== --- directory/sandbox/ccustine/apacheds-kernel/pom.xml (added) +++ directory/sandbox/ccustine/apacheds-kernel/pom.xml Tue Mar 31 03:23:57 2009 @@ -0,0 +1,420 @@ + + + + + 4.0.0 + + org.apache.directory.server + apache-directory-osgi + pom + 2.0.0-SNAPSHOT + Apache Directory :: Parent POM + + + branding + assembly + + + + 2.0.9 + + + + true + 1.5.5-SNAPSHOT + 1.0_1 + 2.2.3_1 + 2.1_3 + 1.3.2_1 + 1.1.1 + 1.1.1 + 10.4.2.0 + 1.0 + 2.4 + 1.0.4 + 1.4.3 + 1.5.0-r752991 + 1.2.0 + 1.2.0 + 1.2.0 + 1.0.2 + 0.9.94 + 3.8.2_1 + 1.2.14 + 2.4.1 + 1.1.1 + 1.1.0 + 1.0 + 1.3.0 + 1.1.0 + 1.2.0-m2 + 2.5.6 + 3.2.7_1 + 1.6.1_1 + 3.5 + 1.0.1 + + + + + + central + Default maven repo + http://repo1.maven.org/maven2 + + true + + + false + + + + + servicemix + Apache ServiceMix Repository + http://svn.apache.org/repos/asf/servicemix/m2-repo + + true + + + false + + + + + apache-snapshots + Apache Snapshot repository + http://repository.apache.org/content/groups/snapshots-group + + false + + + true + + + + + + spring-milestone + Spring Portfolio Milestone Repository + http://s3.amazonaws.com/maven.springframework.org/milestone + + true + + + false + + + + + + + + apache-snapshots + Apache Snapshot repository + http://repository.apache.org/content/groups/snapshots-group + + false + + + true + + + + + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.junit + test + + + + + + + org.apache.directory.server + apacheds-osgi + ${apache.directory.version} + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework + spring-beans + ${spring.version} + + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-jms + ${spring.version} + + + org.springframework.osgi + spring-osgi-test + ${spring.osgi.version} + + + org.springframework.osgi + asm.osgi + + + + + log4j + log4j + ${log4j.version} + + + commons-logging + commons-logging + ${commons.logging.version} + + + org.apache.felix + org.apache.felix.prefs + ${felix.prefs.version} + + + org.apache.felix + org.apache.felix.framework + ${felix.framework.version} + + + org.apache.felix + org.osgi.compendium + ${felix.compendium.version} + + + org.apache.felix + org.osgi.foundation + + + org.apache.felix + javax.servlet + + + + + org.apache.xbean + xbean-classloader + ${xbean.version} + + + org.apache.xbean + xbean-naming + ${xbean.version} + + + org.springframework.osgi + spring-osgi-core + ${spring.osgi.version} + + + org.apache.felix + org.osgi.core + ${felix.osgi.version} + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.junit + ${junit.version} + + + org.apache.servicemix.kernel.gshell + org.apache.servicemix.kernel.gshell.core + ${servicemix.kernel.version} + + + org.apache.servicemix.kernel + org.apache.servicemix.kernel.filemonitor + ${servicemix.kernel.version} + + + org.apache.felix + org.osgi.core + + + + + org.apache.servicemix.kernel + org.apache.servicemix.kernel.management + ${servicemix.kernel.version} + + + org.apache.servicemix.kernel.testing + org.apache.servicemix.kernel.testing.support + ${servicemix.kernel.version} + + + org.apache.felix + org.osgi.core + + + + + org.apache.directory.server + org.apache.directory.server.branding + ${pom.version} + + + org.apache.servicemix.kernel + org.apache.servicemix.kernel.main + ${servicemix.kernel.version} + + + org.apache.felix + org.osgi.core + + + + + org.apache.servicemix.legal + legal + ${servicemix.legal.version} + xml + + + org.apache.servicemix.kernel + apache-servicemix-kernel + ${servicemix.kernel.version} + zip + + + org.apache.servicemix.kernel + apache-servicemix-kernel + ${servicemix.kernel.version} + tar.gz + + + org.springframework.osgi + spring-osgi-core + ${spring.osgi.version} + + + org.springframework + spring-tx + ${spring.version} + + + org.easymock + easymock + ${easymock.version} + + + org.apache.derby + derby + ${derby.version} + + + org.apache.lucene + lucene-core + ${lucene.version} + + + org.apache.servicemix + servicemix-utils + ${servicemix.utils.version} + + + + + + install + + + + + org.apache.felix + maven-bundle-plugin + ${felix.plugin.version} + true + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.5 + 1.5 + 256M + ${compiler.fork} + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.4.2 + + false + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2-beta-3 + + + org.apache.maven.plugins + maven-dependency-plugin + 2.0 + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + org.apache.maven.plugins + maven-shade-plugin + 1.0 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.5 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.0 + + + org.apache.maven.plugins + maven-resources-plugin + 2.3 + + + + + +