os-maven-plugin icon indicating copy to clipboard operation
os-maven-plugin copied to clipboard

A Maven plugin that sets various useful properties detected from ${os.name} and ${os.arch} properties.

Results 23 os-maven-plugin issues
Sort by recently updated
recently updated
newest added

When 32-bit JDK is running on 64-bit OS the plugin detects `x86_32` arch. Is there a way to avoid this? As a temporary workaround I do additional check `System.getenv("ProgramFiles(x86)")` and...

Using plugin version: 1.4.1-Final. I have a multi module maven project that I am running with: mvn -pl "!**excluded-module-name**" clean package -T 4C -X (The **excluded-module-name** uses the plugin as...

Using Idea 13.1 os.detected.classifier not getting resolved in the pom.xml It builds and installs fine, just shows error in editor? I am using it as Maven extension

Hi, you all depend on oss-parents which is both deprecated as has no corresponding source tree/tag available. What does it take to replace this dependency for current/newer versions of os-maven-plugin?

Would it be possible for this plugin (as an extension) to change the properties used by maven-enforcer-plugin, for example in profile activation. I'd really like this to work on all...

This PR currently contains a dependency on maven alpha-13 snapshot, I'll update it when it's released.

It's a bit common to use the resolved classifier in code in addition to in `pom.xml`. Although we may use a filtered resource file, it resolved the classfier at compile...

``` [WARNING] Failed to inject repository session properties. java.lang.UnsupportedOperationException at java.util.Collections$UnmodifiableMap.put(Collections.java:1457) at kr.motd.maven.os.RepositorySessionInjector.injectRepositorySession(RepositorySessionInjector.java:36) at kr.motd.maven.os.DetectExtension.injectSession(DetectExtension.java:159) at kr.motd.maven.os.DetectExtension.afterProjectsRead(DetectExtension.java:118) at org.apache.maven.DefaultMaven.callListeners(DefaultMaven.java:379) at org.apache.maven.DefaultMaven.afterProjectsRead(DefaultMaven.java:361) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:273) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:228) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:958) at...

Add support for sw64 architecture

Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.5.3 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...

dependencies