You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/09/06 03:40:47 UTC

svn commit: r1165475 - /maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT

Author: hboutemy
Date: Tue Sep  6 01:40:47 2011
New Revision: 1165475

URL: http://svn.apache.org/viewvc?rev=1165475&view=rev
Log:
updated information on building

Modified:
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT?rev=1165475&r1=1165474&r2=1165475&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/README.TXT Tue Sep  6 01:40:47 2011
@@ -10,11 +10,14 @@ Tycho (http://tycho.sonatype.org) won't 
 mvn clean install -f doxia-osgi/org.apache.maven.doxia.eclipse.dependencies/pom.xml
 |_ Makes an OSGi bundle of doxia.
 
-mvn clean install
+mvn clean install -f eclipse-plugins
 |_ Creates a feature and a P2 repository
 |_ Builds Eclipse plugins
 
-TODO: how to make Eclipse install from the previous build?
+The generated Eclipse Update Site is then available in eclipse-plugins/features/org.apache.maven.doxia.ide.eclipse.feature/target/site/
+
+Update site generated by CI server is at https://builds.apache.org/view/M-R/view/Maven/job/doxia-eclipse-editor/ws/doxia-ide-eclipse/eclipse-plugins/features/org.apache.maven.doxia.ide.eclipse.feature/target/site/
+
 
 Developing this plugin with Eclipse:
 File > Import > Existing Projects in Workspace