ee4j icon indicating copy to clipboard operation
ee4j copied to clipboard

Eclipse EE4J Top-level Project and community related issues

Results 14 ee4j issues
Sort by recently updated
recently updated
newest added

see https://maven.apache.org/guides/mini/guide-reproducible-builds.html upgrading maven-release-plugin will permit automatic update of `project.build.outputTimestamp` property when doing the release reproducible releases can then be checked and added to https://github.com/jvm-repo-rebuild/reproducible-central

maven compiler plugin - set source and target properties in parent pom.xml Signed-off-by: Markus Stauffer

Question, why not set the java source and target level in the pom.xml ?

Following the conversation in #84, here's a pull request that does the trivial changes: - Replace expressions in URLs with their actual values. - Pin versions of plugins There's one...

While doing some contributions to [eclipse-ee4j/krazo](https://github.com/eclipse-ee4j/krazo), I found that the project doesn't build on Maven 4. This is because its parent, maintained in [this repo](https://github.com/eclipse-ee4j/ee4j), declares a few repositories with...