From d159996ad76a884437353b132eaaf6a0a9f9d09c Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 24 Sep 2019 12:17:54 +0200 Subject: [PATCH] Change order of call to maven argeo-osgi:pde-sources. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb1ec5c77..c85e74062 100644 --- 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). -- 2.30.2