Skip to content

Instantly share code, notes, and snippets.

View hilmarf's full-sized avatar
🖖

Hilmar Falkenberg hilmarf

🖖
View GitHub Profile
@hilmarf
hilmarf / pom.xml
Last active January 27, 2026 13:56
mvn versions:display-...
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<configuration>
<ruleSet>
<ignoreVersions>
<ignoreVersion>
<type>regex</type>
<!-- Development -->
<version>(?i).*[\.-]Dev-?\d+</version>
@hilmarf
hilmarf / pom.xml
Created January 27, 2026 12:39
enforce-maven
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-maven</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
@hilmarf
hilmarf / .ocmconfig
Created November 21, 2024 10:31
Open Component Model (OCM) configuration
type: generic.config.ocm.software/v1
configurations:
- type: credentials.config.ocm.software
repositories:
- repository:
type: DockerConfig/v1
dockerConfigFile: "C:\\Users\\me\\.docker\\config.json"
propagateConsumerIdentity: true
consumers:
- identity: