Thanks Brian.

From: FREEMAN, BRIAN D [mailto:bf1...@att.com]
Sent: Thursday, May 18, 2017 7:51 PM
To: Tapan Majhi <tapan.ma...@amdocs.com>; onap-discuss@lists.onap.org
Subject: RE: [onap-discuss] SDNC project build issue

Have to add <id>bin</id> to the assembly section. The upgraded maven-assembly 
plugin is enforcing a new constraint that the 2.2.x version didnt have. I think 
Dan is updating the files since some of the assemble_*.xml’s in the other 
repo’s have already been updated with the id.

Brian

Northbound:
      modified:   asdcApi/installer/src/assembly/assemble_installer_zip.xml
        modified:   asdcApi/installer/src/assembly/assemble_mvnrepo_zip.xml
        modified:   dataChange/installer/src/assembly/assemble_installer_zip.xml
        modified:   dataChange/installer/src/assembly/assemble_mvnrepo_zip.xml
        modified:   dmaap-listener/src/assembly/assemble_zip.xml
        modified:   ueb-listener/src/assembly/assemble_zip.xml
        modified:   vnfapi/installer/src/assembly/assemble_installer_zip.xml
        modified:   vnfapi/installer/src/assembly/assemble_mvnrepo_zip.xml
        modified:   vnftools/installer/src/assembly/assemble_installer_zip.xml
        modified:   vnftools/installer/src/assembly/assemble_mvnrepo_zip.xml


<assembly
        
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
 
http://maven.apache.org/xsd/assembly-1.1.0.xsd<http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0%20http:/maven.apache.org/xsd/assembly-1.1.0.xsd>">
        <id>bin</id>
        <formats>

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of MAJHI, TAPAN
Sent: Thursday, May 18, 2017 9:20 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] SDNC project build issue

I am trying to build sdnc/northbound project taking the latest code.

Earlier its was working fine but now with the latest code I am getting below 
error.

[INFO] SDN-C Northbound APIs .............................. SUCCESS [  5.603 s]
[INFO] asdcApi ............................................ SUCCESS [  0.217 s]
[INFO] asdcApi-model ...................................... SUCCESS [ 19.336 s]
[INFO] asdcApi-provider ................................... SUCCESS [ 24.822 s]
[INFO] asdcApi-features ................................... SUCCESS [  2.391 s]
[INFO] asdcApi  - Karaf  Installer ........................ FAILURE [  0.757 s]
[INFO] dataChange ......................................... SKIPPED
[INFO] dataChange-model ................................... SKIPPED
[INFO] dataChange-provider ................................ SKIPPED
[INFO] dataChange-features ................................ SKIPPED
[INFO] dataChange  - Karaf  Installer ..................... SKIPPED
[INFO] DMAAP Listener ..................................... SKIPPED
[INFO] UEB Listener ....................................... SKIPPED
[INFO] vnfapi ............................................. SKIPPED
[INFO] vnfapi-model ....................................... SKIPPED
[INFO] vnfapi-provider .................................... SKIPPED
[INFO] vnfapi-features .................................... SKIPPED
[INFO] VNF API  - Karaf  Installer ........................ SKIPPED
[INFO] VNF Tools Plugin ................................... SKIPPED
[INFO] VNF Tools Plugin - Provider ........................ SKIPPED
[INFO] VNF tools Plugin - Features ........................ SKIPPED
[INFO] VNF Tools Plugin  - Karaf  Installer ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.250 s
[INFO] Finished at: 2017-05-18T09:12:01-04:00
[INFO] Final Memory: 106M/254M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:2.4.1:single (maven-repo-zip) on 
project asdcApi-installer: Assembly is incorrectly configured: null: Assembly 
is incorrectly configured: null:
[ERROR] Assembly: null is not configured correctly: Assembly ID must be present 
and non-empty.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:2.4.1:single (maven-repo-zip) on 
project asdcApi-installer: Assembly is incorrectly configured: null
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
        at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: Assembly is 
incorrectly configured: null
        at 
org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:479)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
        ... 20 more
[ERROR]

Anyone facing similar issue? Or any clue how to resolve this?

Regards,
Tapan M
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement, you may review at 
https://www.amdocs.com/about/email-disclaimer<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.amdocs.com_about_email-2Ddisclaimer&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=2Xiltzj3XfD4_CcfthA3LA3TG7JH3rReff11mfaRfaQ&s=woyo2D_urPn54cN_f3XuW3mHIPp4FaN66Yxm0oNLB3U&e=>
Amdocs Development Centre India Private Limited having CIN: 
U72200PN2004PTC0188320 converted into Amdocs Development Centre India LLP (A 
limited liability partner­ship with LLP Identification Number: AAI-6901 
effective 28th Feb 2017)
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement, you may review at 
https://www.amdocs.com/about/email-disclaimer 
<https://www.amdocs.com/about/email-disclaimer>

Amdocs Development Centre India Private Limited having CIN: 
U72200PN2004PTC0188320 converted into Amdocs Development Centre India LLP (A 
limited liability partner­ship with LLP Identification Number: AAI-6901 
effective 28th Feb 2017)
_______________________________________________
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to