Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os.detected.classifier not getting resolved in IDEA #19

Open
uppaldips opened this issue Mar 1, 2016 · 11 comments
Open

os.detected.classifier not getting resolved in IDEA #19

uppaldips opened this issue Mar 1, 2016 · 11 comments

Comments

@uppaldips
Copy link

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

@amao12580
Copy link

same issuse

@tomrlake
Copy link

I was able to resolve this use by adding <classifier></classifier> to the dependency. Check with the repository that you are pulling from to see what file names are available. My repository didn't include the os.detected.classifier portion of some libraries so adding the empty classifier allowed me to download them correctly.

@KingChange
Copy link

KingChange commented Mar 12, 2018

same issuse...
The version of IDEA is 2017.3.4(173.4548.28)... it's idea64.exe
And the version of os-maven-plugin is 1.5.0.Final

@trustin
Copy link
Owner

trustin commented Apr 21, 2018

Sorry for a late reply. Would you mind sharing the project repository so I can reproduce the problem?

@Leiothrix
Copy link

same issuse.

@SDUmzg
Copy link

SDUmzg commented Nov 30, 2018

same issuse

@KANLON
Copy link

KANLON commented May 4, 2019

同样问题

@KANLON
Copy link

KANLON commented May 4, 2019

同样问题

 <extensions>
            <extension>
                <groupId>kr.motd.maven</groupId>
                <artifactId>os-maven-plugin</artifactId>
                <version>1.6.1</version>
            </extension>
 </extensions>

I had solved by adding this. I am sorry that not read this project‘s detail carefully。

@StevenXUzw
Copy link

同样问题

 <extensions>
            <extension>
                <groupId>kr.motd.maven</groupId>
                <artifactId>os-maven-plugin</artifactId>
                <version>1.6.1</version>
            </extension>
 </extensions>

I had solved by adding this. I am sorry that not read this project‘s detail carefully。

same issue and same solution,tks

@lourencorcc
Copy link

StevenXUzw

i did that but now it doesnt recognize the version

@palmada
Copy link

palmada commented Sep 5, 2023

I had the same problem and solved it by using the maven wrapper for my local maven install instead of the bundled maven, in the maven settings menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests