2016-04-02 12:26:20 +02:00
|
|
|
# Local Maven Repo for the Apex Jorje Parser library
|
|
|
|
|
|
|
|
You can download the needed libraries from:
|
|
|
|
<https://github.com/forcedotcom/idecore/tree/master/com.salesforce.ide.apex.core/lib>
|
|
|
|
|
2016-04-09 19:47:23 +02:00
|
|
|
Apex Reference:
|
|
|
|
<https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_reference.htm>
|
|
|
|
|
2016-04-02 12:26:20 +02:00
|
|
|
In order to add a the jar files to the local repo, use the following commands:
|
|
|
|
|
2017-06-30 13:22:51 +02:00
|
|
|
mvn install:install-file -Dfile=apex-jorje-data-1.0-sfdc-224-SNAPSHOT.jar \
|
|
|
|
-DgroupId=apex \
|
|
|
|
-DartifactId=apex-jorje-data \
|
|
|
|
-Dversion=1.0-sfdc-224-SNAPSHOT \
|
|
|
|
-Dpackaging=jar \
|
|
|
|
-DlocalRepositoryPath=./repo
|
|
|
|
|
|
|
|
mvn install:install-file -Dfile=apex-jorje-ide-1.0-sfdc-224-SNAPSHOT.jar \
|
2016-04-02 12:26:20 +02:00
|
|
|
-DgroupId=apex \
|
|
|
|
-DartifactId=apex-jorje-ide \
|
2017-06-30 13:22:51 +02:00
|
|
|
-Dversion=1.0-sfdc-224-SNAPSHOT-3083815933 \
|
2016-04-02 12:26:20 +02:00
|
|
|
-Dpackaging=jar \
|
|
|
|
-DlocalRepositoryPath=./repo
|
|
|
|
|
2017-06-30 13:22:51 +02:00
|
|
|
mvn install:install-file -Dfile=apex-jorje-parser-1.0-sfdc-224-SNAPSHOT.jar \
|
|
|
|
-DgroupId=apex \
|
|
|
|
-DartifactId=apex-jorje-parser \
|
|
|
|
-Dversion=1.0-sfdc-224-SNAPSHOT-3083815933 \
|
|
|
|
-Dpackaging=jar \
|
|
|
|
-DlocalRepositoryPath=./repo
|
|
|
|
|
|
|
|
mvn install:install-file -Dfile=apex-jorje-semantic-1.0-sfdc-224-SNAPSHOT.jar \
|
2016-04-02 12:26:20 +02:00
|
|
|
-DgroupId=apex \
|
|
|
|
-DartifactId=apex-jorje-semantic \
|
2017-06-30 13:22:51 +02:00
|
|
|
-Dversion=1.0-sfdc-224-SNAPSHOT-3083815933 \
|
2016-04-02 12:26:20 +02:00
|
|
|
-Dpackaging=jar \
|
|
|
|
-DlocalRepositoryPath=./repo
|
2017-06-30 13:22:51 +02:00
|
|
|
|
|
|
|
mvn install:install-file -Dfile=apex-jorje-services-1.0-sfdc-224-SNAPSHOT.jar \
|
|
|
|
-DgroupId=apex \
|
|
|
|
-DartifactId=apex-jorje-services \
|
|
|
|
-Dversion=1.0-sfdc-224-SNAPSHOT-3083815933 \
|
|
|
|
-Dpackaging=jar \
|
|
|
|
-DlocalRepositoryPath=./repo
|
|
|
|
|
|
|
|
mvn install:install-file -Dfile=apex-jorje-tools-1.0-sfdc-224-SNAPSHOT.jar \
|
|
|
|
-DgroupId=apex \
|
|
|
|
-DartifactId=apex-jorje-tools \
|
|
|
|
-Dversion=1.0-sfdc-224-SNAPSHOT-3083815933 \
|
|
|
|
-Dpackaging=jar \
|
|
|
|
-DlocalRepositoryPath=./repo
|
|
|
|
|
2016-06-25 17:05:47 +02:00
|
|
|
|
2017-06-30 13:22:51 +02:00
|
|
|
For the PMD 6.0.0 Release, the versions from
|
|
|
|
<https://github.com/forcedotcom/idecore/tree/3083815933c2d015d03417986f57bd25786d58ce/com.salesforce.ide.apex.core/lib>
|
2016-06-25 17:05:47 +02:00
|
|
|
have been taken.
|