ilastik/ilastik4ij

import via maven

Closed this issue ยท 4 comments

@wolny

I cannot get this import to work:

		<dependency>
			<groupId>org.ilastik</groupId>
			<artifactId>ilastik4ij</artifactId>
			<version>1.7.1</version>
		</dependency>

Could it be that version 1.7.1 has not yet been pushed to some repository?

Versions later then 1.6.1-SNAPSHOT apparently haven't been deployed, due to a missing ciManagement entry in the POM that's now required:

ilastik4ij/pom.xml

Lines 68 to 70 in 2b9028e

<ciManagement>
<system>None</system>
</ciManagement>

I submitted #43 as an attempt to fix this.

Yay, ilastik4ij-1.7.2-SNAPSHOT was successfully deployed ๐Ÿ˜„

wolny commented

Ah, so the deployment was done by the Travis job triggered by the merge to master event. Awesome!

Yes: every commit to master will trigger a SNAPSHOT deployment; every release tag (created by running release-version.sh) will deploy the respective release version.