You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start to build this Plugin thanks the mvn clean package command, I have the following error:
[ERROR] Failed to execute goal on project pellet-owlapi: Could not resolve dependencies for project com.clarkparsia.pellet:pellet-owlapi:jar:2.4.1-SNAPSHOT: Failure to find net.sourceforge.ow
lapi:owlapi-osgidistribution:jar:5.1.6-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository […]
Hi !
When I start to build this Plugin thanks the
mvn clean package
command, I have the following error:In fact at https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/owlapi/owlapi-osgidistribution/ the
package com.clarkparsia.pellet:pellet-owlapi:jar:2.4.1-SNAPSHOT
does not exist.However it exists at https://mvnrepository.com/artifact/net.sourceforge.owlapi/owlapi-osgidistribution
Don't know why mvnrepository isn't use.
Could you help me please ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: