Wikus Smit 2 Posted June 6, 2017 Share Posted June 6, 2017 I have been working on a business works plugin that aides in our Continuous Delivery process. I have converted Legacy BW projects to a maven structure and i can build the project successfully with dependencies stored on Nexus. I have decided to use nexus as a service repository, but i will only be storing xsds, and wsdls on nexus for ease of access and strict version control so that everyone consuming one of my services will have the latest service contracts. Only Projlib projects gets deployed to Nexus to be used as dependencies. services only gets built using "mvn clean install". For a service that has a xsd/wsdl i will execute the command to use locally, i will deploy this to nexus as well. mvn install:install-file -Dfile=Test-1.0.0.xsd -DgroupId=za.co.test -DartifactId=Test-Dversion=1.0.0 -Dtype=xsd -Dpackaging=xsd The next step is to include this into my project pom like this: za.co.test Test 1.0.0 xsd This adds it to the project perfectly no errors when i execute "mvn clean install" however i have a bw-plugin that resolves dependencies when i open Designer (using custom batch to call java process then open designer from TIBCO_HOME) this XSD is not available. I resolve projlib dependencies by adding them programatically as alias then to file preferences. How can i achieve the same with xsd as dependencies Link to comment Share on other sites More sharing options...
Suraj Deshmukh 2 Posted July 16, 2020 Share Posted July 16, 2020 Hi, Please help to share the steps taken to mavenize the BW 5 project as I want to implement same thing. Link to comment Share on other sites More sharing options...
Aparna Kumaraswamy Posted August 20, 2020 Share Posted August 20, 2020 Hi, did you get the steps to do the same Link to comment Share on other sites More sharing options...
Suraj Deshmukh 2 Posted August 20, 2020 Share Posted August 20, 2020 Hi, No I didn't got the steps to do convert the project to maven structure. If you have please do share it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now