9d8f7e97063504f46da0045b14602d81326dfb7d
wiki/typical-development-scenarios.md
| ... | ... | @@ -25,7 +25,9 @@ Add a New Library which can not be found in any SAP Repository |
| 25 | 25 | * Copy the library (the jar file) to the folder /WEB-INF/lib |
| 26 | 26 | * Add the library to the bundle classpath (in the META-INF/manifest.mf file) |
| 27 | 27 | * Add a build dependency for the GWT compiler to the pom.xml |
| 28 | -* Add the library to the central maven repository /home/trac/maven-repositories by using the mvn install:install -file command |
|
| 28 | +* Add the library to our central maven repository /home/trac/maven-repositories by using the mvn: install:install-file command |
|
| 29 | +* Command sample to add the library gwt-maps-api-3.9.0-build-17.jar: mvn install:install-file -Dfile=/home/trac/git/java/com.sap.sailing.gwt.ui/WEB-INF/lib/gwt-maps-api-3.9.0-build-17.jar -DgroupId=com.github.branflake2267 -DartifactId=gwt-maps-api -Dversion=3.9.0-build-17 -Dpackaging=jar -DlocalRepositoryPath=/home/trac/maven-repositories |
|
| 30 | + |
|
| 29 | 31 | |
| 30 | 32 | ## Adding an GWT Extension Library (With Source Code) |
| 31 | 33 | TODO (see Highcharts example) |