Hello everyone,
My problem is that I created my own plugins (they are not located in the same directory as the "gama" repository). So I get the following error :
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: ummisco.gama.application.runtime.product 1.7.0.qualifier
[ERROR] Missing requirement: ummisco.gama.application.runtime.product 1.7.0.qualifier requires 'analyse.network.feature.feature.group [1.0.0,1.0.1)' but it could not be found
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: ummisco.gama:ummisco.gama.product:1.7.0-SNAPSHOT @ C:\Users\Thibaut\Desktop\GAMA\SourceGAMA\gama\ummisco.gama.product\pom.xml: See log for details -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
I am not familiar with Maven, so I am not sure about how to resolve this.
I tried to manually create some pom.xml in the plugins and features + add some "<module>...</module>" in the pom.xml of msi.gama.parent but I get this :
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.25.0:validate-version (default-validate-version) on project analyse-network: Unqualified OSGi version 1.0.0.qualifier must match unqualified Maven version 1.7.0-SNAPSHOT for SNAPSHOT builds -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :analyse-network
I probably miss something but don't know what and where.
Any help?