Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 74325 invoked from network); 16 May 2010 08:50:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 May 2010 08:50:44 -0000 Received: (qmail 44754 invoked by uid 500); 16 May 2010 08:50:43 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 44666 invoked by uid 500); 16 May 2010 08:50:42 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 44659 invoked by uid 99); 16 May 2010 08:50:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 May 2010 08:50:41 +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; Sun, 16 May 2010 08:50:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 403C123889BF; Sun, 16 May 2010 08:50:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r944774 - in /felix/trunk/karaf: ./ assembly/ assembly/src/main/descriptors/ assembly/src/main/filtered-resources/ assembly/src/main/filtered-resources/demos/web/ assembly/src/main/filtered-resources/etc/ jaas/modules/ shell/commands/ shell... Date: Sun, 16 May 2010 08:50:14 -0000 To: commits@felix.apache.org From: ccustine@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100516085015.403C123889BF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ccustine Date: Sun May 16 08:50:14 2010 New Revision: 944774 URL: http://svn.apache.org/viewvc?rev=944774&view=rev Log: More build fixes for Maven 3. Modified: felix/trunk/karaf/assembly/pom.xml felix/trunk/karaf/assembly/src/main/descriptors/unix-bin.xml felix/trunk/karaf/assembly/src/main/descriptors/windows-bin.xml felix/trunk/karaf/assembly/src/main/filtered-resources/demos/web/README.txt felix/trunk/karaf/assembly/src/main/filtered-resources/etc/org.apache.felix.karaf.features.cfg felix/trunk/karaf/assembly/src/main/filtered-resources/features.xml felix/trunk/karaf/jaas/modules/pom.xml felix/trunk/karaf/pom.xml felix/trunk/karaf/shell/commands/pom.xml felix/trunk/karaf/shell/config/pom.xml felix/trunk/karaf/shell/console/pom.xml felix/trunk/karaf/shell/dev/pom.xml felix/trunk/karaf/shell/log/pom.xml felix/trunk/karaf/shell/obr/pom.xml felix/trunk/karaf/shell/osgi/pom.xml felix/trunk/karaf/shell/packages/pom.xml felix/trunk/karaf/shell/ssh/pom.xml felix/trunk/karaf/shell/wrapper/pom.xml Modified: felix/trunk/karaf/assembly/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/assembly/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/assembly/pom.xml (original) +++ felix/trunk/karaf/assembly/pom.xml Sun May 16 08:50:14 2010 @@ -360,14 +360,14 @@ manual pdf target/dependencies - karaf-manual-${version}.pdf + karaf-manual-${project.version}.pdf org.apache.felix.karaf manual html target/dependencies - karaf-manual-${version}.html + karaf-manual-${project.version}.html Modified: felix/trunk/karaf/assembly/src/main/descriptors/unix-bin.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/assembly/src/main/descriptors/unix-bin.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/assembly/src/main/descriptors/unix-bin.xml (original) +++ felix/trunk/karaf/assembly/src/main/descriptors/unix-bin.xml Sun May 16 08:50:14 2010 @@ -120,8 +120,8 @@ ${basedir}/target/classes/features.xml - /system/org/apache/felix/karaf/apache-felix-karaf/${version} - apache-felix-karaf-${version}-features.xml + /system/org/apache/felix/karaf/apache-felix-karaf/${project.version} + apache-felix-karaf-${project.version}-features.xml 0644 unix Modified: felix/trunk/karaf/assembly/src/main/descriptors/windows-bin.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/assembly/src/main/descriptors/windows-bin.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/assembly/src/main/descriptors/windows-bin.xml (original) +++ felix/trunk/karaf/assembly/src/main/descriptors/windows-bin.xml Sun May 16 08:50:14 2010 @@ -112,8 +112,8 @@ ${basedir}/target/classes/features.xml - /system/org/apache/felix/karaf/apache-felix-karaf/${version} - apache-felix-karaf-${version}-features.xml + /system/org/apache/felix/karaf/apache-felix-karaf/${project.version} + apache-felix-karaf-${project.version}-features.xml 0644 dos Modified: felix/trunk/karaf/assembly/src/main/filtered-resources/demos/web/README.txt URL: http://svn.apache.org/viewvc/felix/trunk/karaf/assembly/src/main/filtered-resources/demos/web/README.txt?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/assembly/src/main/filtered-resources/demos/web/README.txt (original) +++ felix/trunk/karaf/assembly/src/main/filtered-resources/demos/web/README.txt Sun May 16 08:50:14 2010 @@ -80,8 +80,8 @@ try executing the "features:list" comman In this case, you should see output similar to the following: State Version Name Repository -[uninstalled] [2.5.6.SEC01] spring karaf-${version} -[uninstalled] [1.2.0 ] spring-dm karaf-${version} +[uninstalled] [2.5.6.SEC01] spring karaf-${project.version} +[uninstalled] [1.2.0 ] spring-dm karaf-${project.version} [uninstalled] [${pom.version}] wrapper karaf-${pom.version} [uninstalled] [${pom.version}] obr karaf-${pom.version} [uninstalled] [${pom.version}] http karaf-${pom.version} @@ -102,7 +102,7 @@ container, by completing the following s mvn package -Maven builds the web application, web-${version}.war, and +Maven builds the web application, web-${project.version}.war, and saves it in the target directory of this example. Deploy this WAR file to your favorite web container. Once the application is running, you can test it using the Apache Felix Karaf client Modified: felix/trunk/karaf/assembly/src/main/filtered-resources/etc/org.apache.felix.karaf.features.cfg URL: http://svn.apache.org/viewvc/felix/trunk/karaf/assembly/src/main/filtered-resources/etc/org.apache.felix.karaf.features.cfg?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/assembly/src/main/filtered-resources/etc/org.apache.felix.karaf.features.cfg (original) +++ felix/trunk/karaf/assembly/src/main/filtered-resources/etc/org.apache.felix.karaf.features.cfg Sun May 16 08:50:14 2010 @@ -20,7 +20,7 @@ # # Comma separated list of features repositories to register by default # -featuresRepositories=mvn:org.apache.felix.karaf/apache-felix-karaf/${version}/xml/features +featuresRepositories=mvn:org.apache.felix.karaf/apache-felix-karaf/${project.version}/xml/features # # Comma separated list of features to install at startup Modified: felix/trunk/karaf/assembly/src/main/filtered-resources/features.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/assembly/src/main/filtered-resources/features.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/assembly/src/main/filtered-resources/features.xml (original) +++ felix/trunk/karaf/assembly/src/main/filtered-resources/features.xml Sun May 16 08:50:14 2010 @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/${aopalliance.version} mvn:org.springframework/spring-core/${spring.version} @@ -32,16 +32,16 @@ mvn:org.springframework.osgi/spring-osgi-core/${spring.osgi.version} mvn:org.springframework.osgi/spring-osgi-extender/${spring.osgi.version} mvn:org.springframework.osgi/spring-osgi-annotation/${spring.osgi.version} - mvn:org.apache.felix.karaf.deployer/org.apache.felix.karaf.deployer.spring/${version} + mvn:org.apache.felix.karaf.deployer/org.apache.felix.karaf.deployer.spring/${project.version} - - mvn:org.apache.felix.karaf.shell/org.apache.felix.karaf.shell.wrapper/${version} + + mvn:org.apache.felix.karaf.shell/org.apache.felix.karaf.shell.wrapper/${project.version} - + mvn:org.apache.felix/org.apache.felix.bundlerepository/${felix.bundlerepository.version} - mvn:org.apache.felix.karaf.shell/org.apache.felix.karaf.shell.obr/${version} + mvn:org.apache.felix.karaf.shell/org.apache.felix.karaf.shell.obr/${project.version} - + org.osgi.service.http.port=8181 @@ -52,28 +52,28 @@ mvn:org.ops4j.pax.web/pax-web-runtime/${pax.web.version} mvn:org.ops4j.pax.web/pax-web-jetty/${pax.web.version} - - http + + http mvn:org.ops4j.pax.web/pax-web-jsp/${pax.web.version} mvn:org.ops4j.pax.web/pax-web-extender-war/${pax.web.version} mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/${pax.web.version} mvn:org.ops4j.pax.url/pax-url-war/${pax.url.version} - mvn:org.apache.felix.karaf.deployer/org.apache.felix.karaf.deployer.war/${version} + mvn:org.apache.felix.karaf.deployer/org.apache.felix.karaf.deployer.war/${project.version} - - http + + http username=karaf password=karaf mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version} - mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.branding/${version} + mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.branding/${project.version} mvn:org.apache.felix/org.apache.felix.webconsole/${felix.webconsole.version} - mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.admin/${version} - mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.features/${version} - mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.gogo/${version} + mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.admin/${project.version} + mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.features/${project.version} + mvn:org.apache.felix.karaf.webconsole/org.apache.felix.karaf.webconsole.gogo/${project.version} - + sshPort=8101 sshHost=0.0.0.0 @@ -81,10 +81,10 @@ mvn:org.apache.mina/mina-core/${mina.version} mvn:org.apache.sshd/sshd-core/${sshd.version} - mvn:org.apache.felix.karaf.shell/org.apache.felix.karaf.shell.ssh/${version} + mvn:org.apache.felix.karaf.shell/org.apache.felix.karaf.shell.ssh/${project.version} - - mvn:org.apache.felix.karaf/org.apache.felix.karaf.management/${version} + + mvn:org.apache.felix.karaf/org.apache.felix.karaf.management/${project.version} mvn:org.apache.aries.jmx/org.apache.aries.jmx/${aries.jmx.version} mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint/${aries.jmx.version} Modified: felix/trunk/karaf/jaas/modules/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/jaas/modules/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/jaas/modules/pom.xml (original) +++ felix/trunk/karaf/jaas/modules/pom.xml Sun May 16 08:50:14 2010 @@ -81,7 +81,7 @@ maven-bundle-plugin - ${artifactId} + ${project.artifactId} ${project.artifactId}*;version=${project.version} !${project.artifactId}*, Modified: felix/trunk/karaf/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/pom.xml (original) +++ felix/trunk/karaf/pom.xml Sun May 16 08:50:14 2010 @@ -24,6 +24,7 @@ org.apache.felix felix-parent 1.2.1 + ../pom/pom.xml org.apache.felix.karaf @@ -822,6 +823,16 @@ + + org.codehaus.mojo + exec-maven-plugin + 1.1.1 + + + org.apache.maven.plugins + maven-dependency-plugin + 2.1 + @@ -909,6 +920,21 @@ maven-jxr-plugin 2.0 + + org.apache.maven.plugins + maven-site-plugin + 2.1 + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.5 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.1.2 + Modified: felix/trunk/karaf/shell/commands/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/commands/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/shell/commands/pom.xml (original) +++ felix/trunk/karaf/shell/commands/pom.xml Sun May 16 08:50:14 2010 @@ -71,7 +71,7 @@ maven-bundle-plugin - ${artifactId} + ${project.artifactId} ${project.artifactId}*;version=${project.version} !${project.artifactId}*, Modified: felix/trunk/karaf/shell/config/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/config/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/shell/config/pom.xml (original) +++ felix/trunk/karaf/shell/config/pom.xml Sun May 16 08:50:14 2010 @@ -72,7 +72,7 @@ maven-bundle-plugin - ${artifactId} + ${project.artifactId} ${project.artifactId}*;version=${project.version} !${project.artifactId}*, Modified: felix/trunk/karaf/shell/console/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/console/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/shell/console/pom.xml (original) +++ felix/trunk/karaf/shell/console/pom.xml Sun May 16 08:50:14 2010 @@ -102,7 +102,7 @@ maven-bundle-plugin - ${artifactId} + ${project.artifactId} !org.apache.felix.karaf.shell.console*, !org.apache.felix.gogo.commands*, Modified: felix/trunk/karaf/shell/dev/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/dev/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/shell/dev/pom.xml (original) +++ felix/trunk/karaf/shell/dev/pom.xml Sun May 16 08:50:14 2010 @@ -66,7 +66,7 @@ maven-bundle-plugin - ${artifactId} + ${project.artifactId} ${project.artifactId}*;version=${project.version} !${project.artifactId}*, Modified: felix/trunk/karaf/shell/log/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/log/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/shell/log/pom.xml (original) +++ felix/trunk/karaf/shell/log/pom.xml Sun May 16 08:50:14 2010 @@ -78,7 +78,7 @@ maven-bundle-plugin - ${artifactId} + ${project.artifactId} ${project.artifactId}*;version=${project.version} !${project.artifactId}*, Modified: felix/trunk/karaf/shell/obr/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/obr/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/shell/obr/pom.xml (original) +++ felix/trunk/karaf/shell/obr/pom.xml Sun May 16 08:50:14 2010 @@ -65,7 +65,7 @@ maven-bundle-plugin - ${artifactId} + ${project.artifactId} ${project.artifactId}*;version=${project.version} Modified: felix/trunk/karaf/shell/osgi/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/osgi/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/shell/osgi/pom.xml (original) +++ felix/trunk/karaf/shell/osgi/pom.xml Sun May 16 08:50:14 2010 @@ -76,7 +76,7 @@ maven-bundle-plugin - ${artifactId} + ${project.artifactId} ${project.artifactId}*;version=${project.version} !${project.artifactId}*, Modified: felix/trunk/karaf/shell/packages/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/packages/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/shell/packages/pom.xml (original) +++ felix/trunk/karaf/shell/packages/pom.xml Sun May 16 08:50:14 2010 @@ -66,7 +66,7 @@ maven-bundle-plugin - ${artifactId} + ${project.artifactId} ${project.artifactId}*;version=${project.version} !${project.artifactId}*, Modified: felix/trunk/karaf/shell/ssh/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/ssh/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/shell/ssh/pom.xml (original) +++ felix/trunk/karaf/shell/ssh/pom.xml Sun May 16 08:50:14 2010 @@ -85,7 +85,7 @@ maven-bundle-plugin - ${artifactId} + ${project.artifactId} ${project.artifactId}*;version=${project.version} !${project.artifactId}*, Modified: felix/trunk/karaf/shell/wrapper/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/wrapper/pom.xml?rev=944774&r1=944773&r2=944774&view=diff ============================================================================== --- felix/trunk/karaf/shell/wrapper/pom.xml (original) +++ felix/trunk/karaf/shell/wrapper/pom.xml Sun May 16 08:50:14 2010 @@ -82,7 +82,7 @@ maven-bundle-plugin - ${artifactId} + ${project.artifactId} ${project.artifactId}*;version=${project.version} !${project.artifactId}*,