Community
 
 
 

CloudPortal Business Manager 2.x

324 followers
 
Avatar
Pankaj Paliwal

Customization SDK CPBM 2.2

Avatar

Customization SDK CPBM 2.2

Hi,

 

We are trying to customize the UI of CPBM but when we try to compile the changes in maven an error appears because the file POM.xml is not present in the current git repos. 

 

This config file needs to be created manually or is generated automatically via another tool?.

 

Thanks for your response,

 

 


Leonar Castañeda MEMBERS
5 comments
0
 
 

Official comment

Avatar
Pankaj Paliwal
Avatar

Your welcome Jason!!

If your problem is resolved could you please mark the post as answered.

 

Thanks,

Manish


Manish Agarwal CITRIX EMPLOYEES
Comment actions Permalink

Please sign in to leave a comment.

 
 

Previous 5 comments

Avatar
Pankaj Paliwal
Avatar

Customization SDK CPBM 2.2

Hi Leonar,

 

The project "citrix.cpbm.custom.all" is logical container of other customization bundles. To build the complete CPBM customization you can build "citrix.cpbm.custom.all" project.

 

More details are available @ http://support.citrix.com/proddocs/topic/cpbm-21-map/cpbm-install-build-custom-components-tsk.html

 

Thanks,

Manish


Manish Agarwal CITRIX EMPLOYEES
Comment actions Permalink
Avatar
Pankaj Paliwal
Avatar

Hi Manish

 

Sure, we are follow this manual, but if you can see the step 3, topic C, say: 

 

Build the citrix.cpbm.custom.all project (without running tests)

mvn clean install -Dmaven.test.skip=true

At moment of run this command the terminal say that we need a POM.xml file, so i can't see any file with this description do you know how we can find it?

 

Attach error...

 

 

Attached Thumbnails

  • Captura de pantalla 2014-03-10 a la(s) 16.00.48.png

Jason Castro MEMBERS
Comment actions Permalink
Avatar
Pankaj Paliwal
Avatar

Hi Jason,

 

It seems you are running the "mvn clean install -Dmaven.test.skip=true" from the base directory of the CPBM-customization. In order to build the project "citrix.cpbm.custom.all" , you need to navigate into the project directory "citrix.cpbm.custom.all" and then run "mvn clean install -Dmaven.test.skip=true".

 

Thanks,

Manish


Manish Agarwal CITRIX EMPLOYEES
Comment actions Permalink
Avatar
Pankaj Paliwal
Avatar

Hi Manish

 

Thanks for your help!


Jason Castro MEMBERS
Comment actions Permalink

Top Contributors