Branch: refs/heads/main
  Home:   https://github.com/openjump-gis/openjump
  Commit: 7f8e94e13114b7c995a41abeddff861ca658f224
      
https://github.com/openjump-gis/openjump/commit/7f8e94e13114b7c995a41abeddff861ca658f224
  Author: ed <edgar.sol...@web.de>
  Date:   2021-05-16 (Sun, 16 May 2021)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  added comments to explain what's doing what
attach source/javadoc to artifact in goals install/deploy if profiles
srczip,javadoc are selected
removed obsolete java8+ javadoc fix profile
src/apidoc zip files do not contain a base folder anymore, so they can
be reused for install/deploy above
added some -Dskip* switches to selectively disable execution of
compile/compileTests/javadoc for debiugging purposes
added a git.properties file to oj(-sources).jar to help identify
revision for specific snapshots
SNAPSHOT deployments contain the git-branch name now eg.
2.0-main-SNAPSHOT

fixed deployment of snapshot/releases to actually be usable in extension
developing now
with this commit using the following in an extension's pom.xml should
suffice

```
<repositories>
  <repository>
    <id>ojrepo</id>
    <name>OpenJUMP Snapshot Repository</name>
    <url>https://ojrepo.soldin.de/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>org.openjump</groupId>
    <artifactId>OpenJUMP</artifactId>
    <version>2.0-main-SNAPSHOT</version>
    or
    <version>2.0</version>
    after OJ2 stable is released
  </dependency>




_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to