X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=README.md;h=c85e74062dee53fd624a5a1660f42465f2260b1f;hb=0fa50894e8e37d657924fd69cc29f46aae683e65;hp=06966994547dd5378392c4b9adda4a4b1034944d;hpb=d2eaee60924a792fd9c32c30b02d7bf6cb7be8da;p=lgpl%2Fargeo-commons.git diff --git a/README.md b/README.md index 069669945..c85e74062 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Argeo Commons lightweight integration framework -Based on the OSGi and JCR standards. +Based on the OSGi and JCR standards. Enterprise-grade since 2009. + +**The reference for Argeo code is http://git.argeo.org/ ** (the GitHub mirrors are updated from time to time, usually after releases) ## Development @@ -11,7 +13,7 @@ Based on the OSGi and JCR standards. ### 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).