Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Target platform definition resolution doubt

> > <configuration>
> > <artifacts>
> > <artifact>
> > <file>jbehave-osgi-indigo.target</file>
> > <type>target</type>
> > <classifier>indigo</classifier>
> > </artifact>
> > </artifacts>
> > </configuration>
Classifier must be the same as the file name without extension, i.e. in your case "jbehave-osgi-indigo"

Regards
Tobias



Back to the top