You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/10/22 15:55:48 UTC

svn commit: r1534636 - /sling/site/trunk/content/documentation/development/maven-launchpad-plugin.mdtext

Author: bdelacretaz
Date: Tue Oct 22 13:55:48 2013
New Revision: 1534636

URL: http://svn.apache.org/r1534636
Log:
Mention out of sync docs

Modified:
    sling/site/trunk/content/documentation/development/maven-launchpad-plugin.mdtext

Modified: sling/site/trunk/content/documentation/development/maven-launchpad-plugin.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/maven-launchpad-plugin.mdtext?rev=1534636&r1=1534635&r2=1534636&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/maven-launchpad-plugin.mdtext (original)
+++ sling/site/trunk/content/documentation/development/maven-launchpad-plugin.mdtext Tue Oct 22 13:55:48 2013
@@ -1,6 +1,11 @@
 translation_pending: true
 Title: Maven Launchpad Plugin
 
+<div class="note">
+This page is out of sync with the latest maven-launchpad-plugin features and settings. For now,
+refer to the source code and the launchpad/builder and launchpad/testing modules for more information.
+</div>
+
 The Maven Launchpad Plugin provides goals which facilitate the creation of OSGi applications. It supports the following runtime scenarios:
 
  * A WAR file suitable for running in a JavaEE servlet container.
@@ -150,4 +155,4 @@ The Maven Launchpad Plugin supports the 
 In order for rules to interact with the Maven build, the following global variables are made available:
 
  * `mavenSession` - an instance of `org.apache.maven.execution.MavenSession`.
- * `mavenProject` - an instance of `org.apache.maven.project.MavenProject`.
\ No newline at end of file
+ * `mavenProject` - an instance of `org.apache.maven.project.MavenProject`.