Community
 
 
 

CloudPortal Business Manager 2.x

팔로워 324명
 
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개
0
 
 

공식 댓글

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
댓글 작업 고유 링크

댓글을 남기려면 로그인하세요.

 
 

Previous 댓글 5개

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
댓글 작업 고유 링크
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
댓글 작업 고유 링크
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
댓글 작업 고유 링크
Avatar
Pankaj Paliwal
Avatar

Hi Manish

 

Thanks for your help!


Jason Castro MEMBERS
댓글 작업 고유 링크

Top Contributors