Commit Graph

21 Commits

Author SHA1 Message Date
Antonin Delpeuch
06ef6b44f7 Fix packaging module invocation. Closes #1972. 2019-05-15 14:32:25 +01:00
Antonin Delpeuch
af8608e897 Bump version to 3.2-SNAPSHOT 2019-03-01 11:17:28 +00:00
Antonin Delpeuch
2a92726294 Set version to 3.2-beta 2019-03-01 10:55:42 +00:00
Jacky
b796f63c04
fix issue when migrating to JDK9 as below
$ mvn process-resources
[INFO] Scanning for projects...
Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/openrefine/openrefine/3.1-SNAPSHOT/maven-metadata.xml
Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/openrefine/openrefine/3.1-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/openrefine/openrefine/3.1-SNAPSHOT/openrefine-3.1-SNAPSHOT.pom
Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/openrefine/openrefine/3.1-SNAPSHOT/openrefine-3.1-SNAPSHOT.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.openrefine:packaging:3.0: Could not find artifact org.openrefine:openrefine:pom:3.1-SNAPSHOT in sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots/) and 'parent.relativePath' points at wrong local POM @ line 14, column 11
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.openrefine:packaging:3.0 (/home/travis/build/OpenRefine/OpenRefine/packaging/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.openrefine:packaging:3.0: Could not find artifact org.openrefine:openrefine:pom:3.1-SNAPSHOT in sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots/) and 'parent.relativePath' points at wrong local POM @ line 14, column 11 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
The command "mvn process-resources" failed and exited with 1 during .
2018-12-08 16:48:24 -05:00
Antonin Delpeuch
36765e7e62 Bump version to 3.2-SNAPSHOT 2018-11-29 11:59:30 +09:00
Antonin Delpeuch
b90e413b40 Set version to 3.1 2018-11-29 10:32:56 +09:00
Antonin Delpeuch
ed6900f180 Include git commit id in released versions 2018-11-22 20:08:31 +00:00
Antonin Delpeuch
a2dd6d97e4 Set version to 3.1-SNAPSHOT 2018-11-07 14:01:06 +00:00
Antonin Delpeuch
3ad7d9e19d Set version to 3.1-beta 2018-11-07 12:46:15 +00:00
Antonin Delpeuch
53aef139a3 Apply fixes to pom.xml files suggested by Eclipse 2018-11-05 17:27:17 +00:00
Antonin Delpeuch
f66181327c Add JRE path as parameter 2018-10-14 22:01:29 +01:00
Antonin Delpeuch
900d78e891 Disable packaging for travis to save time 2018-10-14 21:24:42 +01:00
Antonin Delpeuch
155fd92342 Fix icns path for .dmg generation 2018-10-14 21:11:12 +01:00
Antonin Delpeuch
aeb008244b Cleanup Mac packaging and increase RAM size for Windows and Mac ports 2018-10-14 21:01:20 +01:00
Antonin Delpeuch
410f20fd73 Reshape DMG generation with appbundler 2018-10-14 00:06:41 +01:00
Antonin Delpeuch
2ac17b4c7b Create packaging/target via maven instead of manually 2018-09-22 10:42:39 +01:00
Antonin Delpeuch
d7a499cdc3 Fix Windows classpath generation 2018-09-22 09:34:37 +01:00
Antonin Delpeuch
fc70852183 Update version to 3.1-SNAPSHOT 2018-09-21 12:28:13 +01:00
Antonin Delpeuch
ed1db2242a Exclude local libraries from packages to save space 2018-09-21 10:02:45 +01:00
Antonin Delpeuch
e89fc5df46 Windows packaging with Maven 2018-09-21 09:49:32 +01:00
Antonin Delpeuch
31436a12d8 Linux packaging with Maven 2018-09-20 14:35:54 +01:00