pom-scijava icon indicating copy to clipboard operation
pom-scijava copied to clipboard

Friendly base POM for all SciJava-based software

Results 20 pom-scijava issues
Sort by recently updated
recently updated
newest added

The [FLIMLib + FLIMJ](https://github.com/flimlib) project is part of the SciJava community software ecosystem. We could manage it here in pom-scijava, so that it becomes part of the forthcoming mega melt.

The [GitHub Release Maven Plugin](https://jutzig.wordpress.com/2014/01/30/github-release-maven-plugin/) integrates [GitHub Releases](https://github.com/blog/1547-release-your-software) with Maven deployment. We should consider leveraging this plugin to make it easy to release SciJava-based software via GitHub Releases.

enhancement
unscheduled

[Dependabot](https://app.dependabot.com) can help keeping dependency versions up to date. (I don't know how well it deals with versions defined in `` though...) It will submit PRs when newer versions of...

unscheduled

We are currently always set `specificationVersion` = `implementationVersion` = POM version. As `specificationVersion` is [decimal-numeric-only](https://docs.oracle.com/javase/8/docs/technotes/guides/versioning/spec/versioning2.html#wp89936), we are setting invalid versions any time our POM version has alpha characters (e.g. "beta-X",...

bug
unscheduled

Hello, as titled, I'd like to append the generation and publication of [Gradle catalog](https://github.com/scijava/gradle-catalog) to the release process Would this be ok for you? What's the best way to achieve...

A change introduced by `pom-scijava 36.0.0` https://github.com/scijava/pom-scijava/releases/tag/pom-scijava-36.0.0 leads to tests of BoneJ user interaction that use Mockito, failing. This is a stub to track https://github.com/bonej-org/BoneJ2/issues/341

For jogamp artifacts, we currently [manually articulate all platforms for jogamp components](https://github.com/scijava/pom-scijava/blob/pom-scijava-35.1.1/pom.xml#L5714-L5893) in the `` section—e.g.: ```xml org.jogamp.gluegen gluegen-rt ${org.jogamp.gluegen.gluegen-rt.version} natives-android-aarch64 ``` Even though we have [nice properties defined for...

During unit tests of imagej-ops, the JVM apparently runs of memory. Many tests begin failing with: ``` java.lang.OutOfMemoryError: GC overhead limit exceeded at net.imagej.ops.segment.detectRidges.DefaultDetectRidgesTest.createContext(DefaultDetectRidgesTest.java:62) ```

bug

This PR adds versions for the ** modules within the [SciJava monorepo](https://github.com/scijava/scijava), namely: * SciJava Collections * SciJava Common3 * SciJava Concurrent * SciJava Discovery * SciJava Function * SciJava...