Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Dependencies with classifiers not working

I recently added some dependencies with classifiers, for example,

<dependency>
<groupId>info.collide</groupId>
<artifactId>sqlspaces-commons</artifactId>
<version>3.10.0</version>
<type>pom</type>
<classifier>jdk15</classifier>
</dependency>

But my Eclipse build is broken now because this does not show up properly in "Maven Dependencies"

If I build from the command line things are OK, but I cannot seem to configure Eclipse to work with classifiers.

Does anyone have any suggestions?

Cheers, Eric


Back to the top