Hi guys, I have some separated projects created by the startup project archetype in my workspace. I keep this code separated from our main project, IoTDM. I was able to build such projects without any problems until today when I hit this build issue:
[ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:2.2.1:revision (get-git-infos) on project onem2mtest2bundle-api: .git directory is not found! Please specify a valid [dotGitDirectory] in your pom.xml -> [Help 1] It seems that there has been added restriction to build the project only if it has already been commited into git repository. This is not problem if you create new module in already existing project but for brand new projects it causes this failure. Could you please let me know whether this restriction is desired or not ? This is the archetype I'm using for Carbon: mvn archetype:generate -DarchetypeGroupId=org.opendaylight.controller \ -DarchetypeArtifactId=opendaylight-startup-archetype \ -DarchetypeVersion=1.3.0-SNAPSHOT \ -DarchetypeRepository=http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ \ -DarchetypeCatalog=http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/archetype-catalog.xml Thanks, Tomas
_______________________________________________ controller-dev mailing list controller-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/controller-dev