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
{{ message }}
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
Hi, I'm trying to do a setup similar to your master pom but when I configure the ant target to use maven.compile.classpath it fails to load the dependencies.
Recreate:
change classpathref of profile id fitnesse to maven.compile.classpath
also update fitnesse and maven-classpath-plugin to compile time dependencies and run mvn test -P fitnesse
if you expand the classpath section of the /XebiumTemplate wiki page you will see an error msg that says:
Unable to parse POM file: org.codehaus.plexus.component.repository.exception.ComponentLookupException: com.google.inject.ProvisionException: Guice provision errors: 1) No implementation for org.apache.maven.repository.RepositorySystem was bound. while locating org.apache.maven.execution.DefaultMavenExecutionRequestPopulator at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] while locating org.apache.maven.execution.MavenExecutionRequestPopulator 1 error role: org.apache.maven.execution.MavenExecutionRequestPopulator roleHint:
This might be an issue with the dependency plugin but I'm not sure
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm trying to do a setup similar to your master pom but when I configure the ant target to use maven.compile.classpath it fails to load the dependencies.
Recreate:
change classpathref of profile id fitnesse to maven.compile.classpath
also update fitnesse and maven-classpath-plugin to compile time dependencies and run mvn test -P fitnesse
if you expand the classpath section of the /XebiumTemplate wiki page you will see an error msg that says:
Unable to parse POM file: org.codehaus.plexus.component.repository.exception.ComponentLookupException: com.google.inject.ProvisionException: Guice provision errors: 1) No implementation for org.apache.maven.repository.RepositorySystem was bound. while locating org.apache.maven.execution.DefaultMavenExecutionRequestPopulator at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] at ClassRealm[maven, parent: ClassRealm[maven-parent, parent: null]] while locating org.apache.maven.execution.MavenExecutionRequestPopulator 1 error role: org.apache.maven.execution.MavenExecutionRequestPopulator roleHint:
This might be an issue with the dependency plugin but I'm not sure
The text was updated successfully, but these errors were encountered: