Change order of call to maven argeo-osgi:pde-sources.
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 24 Sep 2019 10:17:54 +0000 (12:17 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 24 Sep 2019 10:17:54 +0000 (12:17 +0200)
README.md

index eb1ec5c77455344c96aaee1b89ca01a2ff223e30..c85e74062dee53fd624a5a1660f42465f2260b1f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Based on the OSGi and JCR standards. Enterprise-grade since 2009.
 
 ### First build, or after dependencies update
 ```bash
-mvn clean argeo-osgi:pde-sources install
+mvn clean install argeo-osgi:pde-sources
 ```
 
 This will download the sources of all third-party Java libraries in a format compatible with the Eclipse IDE, and will generate the Eclipse PDE target platform (Select ```org.argeo.dep.cms.e4.rap``` in Window > Preferences > Plug-in Development > Target Platform).