forked from phoedos/pmd
Change the apex parser to look like "released"
The version is taken from 55042bfc2e/com.salesforce.ide.apex.core/lib
This commit is contained in:
@@ -112,13 +112,13 @@
|
||||
<dependency>
|
||||
<groupId>apex</groupId>
|
||||
<artifactId>apex-jorje-ide</artifactId>
|
||||
<version>1.0-sfdc-187-SNAPSHOT</version>
|
||||
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>apex</groupId>
|
||||
<artifactId>apex-jorje-semantic</artifactId>
|
||||
<version>1.0-sfdc-187-SNAPSHOT</version>
|
||||
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
|
||||
<classifier>tests</classifier>
|
||||
</dependency>
|
||||
|
||||
|
@@ -22,3 +22,7 @@ In order to add a the jar files to the local repo, use the following commands:
|
||||
-Dclassifier=tests \
|
||||
-Dpackaging=jar \
|
||||
-DlocalRepositoryPath=./repo
|
||||
|
||||
For the PMD 5.5.0 Release, the versions from
|
||||
<https://github.com/forcedotcom/idecore/tree/55042bfc2ebeb4c9f38c445b577c3bdd6a18fc5a/com.salesforce.ide.apex.core/lib>
|
||||
have been taken.
|
||||
|
@@ -4,6 +4,6 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>apex</groupId>
|
||||
<artifactId>apex-jorje-ide</artifactId>
|
||||
<version>1.0-sfdc-187-SNAPSHOT</version>
|
||||
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
|
||||
<description>POM was created from install:install-file</description>
|
||||
</project>
|
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata modelVersion="1.1.0">
|
||||
<groupId>apex</groupId>
|
||||
<artifactId>apex-jorje-ide</artifactId>
|
||||
<version>1.0-sfdc-187-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<localCopy>true</localCopy>
|
||||
</snapshot>
|
||||
<lastUpdated>20160402101825</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<extension>jar</extension>
|
||||
<value>1.0-sfdc-187-SNAPSHOT</value>
|
||||
<updated>20160402101825</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.0-sfdc-187-SNAPSHOT</value>
|
||||
<updated>20160402101825</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
</metadata>
|
@@ -3,9 +3,10 @@
|
||||
<groupId>apex</groupId>
|
||||
<artifactId>apex-jorje-ide</artifactId>
|
||||
<versioning>
|
||||
<release>1.0-sfdc-187-SNAPSHOT-55042bfc2e</release>
|
||||
<versions>
|
||||
<version>1.0-sfdc-187-SNAPSHOT</version>
|
||||
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
|
||||
</versions>
|
||||
<lastUpdated>20160402101825</lastUpdated>
|
||||
<lastUpdated>20160625150218</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@@ -4,6 +4,6 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>apex</groupId>
|
||||
<artifactId>apex-jorje-semantic</artifactId>
|
||||
<version>1.0-sfdc-187-SNAPSHOT</version>
|
||||
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
|
||||
<description>POM was created from install:install-file</description>
|
||||
</project>
|
@@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata modelVersion="1.1.0">
|
||||
<groupId>apex</groupId>
|
||||
<artifactId>apex-jorje-semantic</artifactId>
|
||||
<version>1.0-sfdc-187-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<localCopy>true</localCopy>
|
||||
</snapshot>
|
||||
<lastUpdated>20160402101902</lastUpdated>
|
||||
<snapshotVersions>
|
||||
<snapshotVersion>
|
||||
<classifier>tests</classifier>
|
||||
<extension>jar</extension>
|
||||
<value>1.0-sfdc-187-SNAPSHOT</value>
|
||||
<updated>20160402101902</updated>
|
||||
</snapshotVersion>
|
||||
<snapshotVersion>
|
||||
<extension>pom</extension>
|
||||
<value>1.0-sfdc-187-SNAPSHOT</value>
|
||||
<updated>20160402101902</updated>
|
||||
</snapshotVersion>
|
||||
</snapshotVersions>
|
||||
</versioning>
|
||||
</metadata>
|
@@ -3,9 +3,10 @@
|
||||
<groupId>apex</groupId>
|
||||
<artifactId>apex-jorje-semantic</artifactId>
|
||||
<versioning>
|
||||
<release>1.0-sfdc-187-SNAPSHOT-55042bfc2e</release>
|
||||
<versions>
|
||||
<version>1.0-sfdc-187-SNAPSHOT</version>
|
||||
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
|
||||
</versions>
|
||||
<lastUpdated>20160402101902</lastUpdated>
|
||||
<lastUpdated>20160625150226</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
Reference in New Issue
Block a user