简体   繁体   中英

Unable to import project from remote git/stash repository to Business-Central

I am running jbpm 7.16 on jboss eap7.1. I am trying to import the projects from my stash/git repository in business central but getting below error -" There are no projects available to import. Check the repository URL and authentication options."

I am using repo url as https://:8443/myFolder/demo.git" and also providing correct username and password. Even i am not getting any error in logs.

there can be many reasons,

  1. your project structure is not as expected by Business-Central
  2. Broken pom.xml
  3. authentication issue (you are saying its correct) 4.Kjar archetype for your project
  • Please make sure to have your project as kjar project. You can modify the pom.xml.

  • Also Make sure that your project folder has its separate directory inside your stash repository. eg If you have repository "sample" and project is hello-world then something like below would work

    $ pwd /Desktop/drools/sample $ ls hello-world $ ls hello-world package-names-white-list project.imports pom.xml src

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM