Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] creating new recipe fails with error "version can neither be null, empty nor blank"

> On Jan 17, 2020, at 05:41, Dirk Fauth <dirk.fauth@xxxxxxxxxxxxxx> wrote:
> 
> You have not specified a version in your pom.xml. You only specified the artifactid. 

Are you referring to this pom:

> <project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>
>   <modelVersion>4.0.0</modelVersion>
>   <parent>
>     <groupId>org.eclipse.orbit.bundles</groupId>
>     <artifactId>junit-parent</artifactId>
>     <version>1.0.0-SNAPSHOT</version>
>   </parent>
>   <artifactId>junit4</artifactId>
>   <packaging>pom</packaging>
>   <name>Eclipse Orbit :: JUnit 4 Recipes</name>
>   <modules>
> <!--    <module>org.junit_4.13.0</module> -->
>   </modules>
> </project>

That should be ok. Maven inherits the version from the parent. There maybe a bug in the EBR plug-in somewhere.

@Matthias can you run with debugging/stacktraces enabled?

-Gunnar



-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx, http://guw.io/





Back to the top