Hi All Not sure if anyone can help but I having a problem running the site goal on a project.
My Maven projects are structured as follows: NB App Parent -- application -- branding -- db -- mainui I am getting the following error if I run the site goal on NB App Parent, it seems to be becasue there is no source in one of the modules which is correct. As it specifies some specific options for the final built application.: Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0-beta-2:site (default-cli) on project CASS-CRM-DC: failed to get Reports: Failed to execute goal on project application: Could not resolve dependencies for project com.copperarrow.crmdc:application:nbm-application:0.1: The following artifacts could not be resolved: org.netbeans.modules:org-netbeans-core-startup:nbm-file:RELEASE691, org.netbeans.api:org-openide-filesystems:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-bootstrap:nbm-file:RELEASE691, org.netbeans.api:org-openide-modules:nbm-file:RELEASE691, org.netbeans.api:org-openide-util-lookup:nbm-file:RELEASE691, org.netbeans.api:org-openide-util:nbm-file:RELEASE691, org.netbeans.api:org-jdesktop-layout:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-annotations-common:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-progress:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-visual:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-execution:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-io-ui:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-core-multiview:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-nativeaccess:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-core-netigso:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-osgi:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-output2:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-ui:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-windows:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-libs-felix:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-libs-jna:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-jsr223:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-junit4:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-osgi:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-applemenu:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-autoupdate-services:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-autoupdate-ui:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-core-kit:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-editor-mimelookup-impl:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-editor-mimelookup:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-favorites:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-javahelp:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-keyring-impl:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-keyring:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-masterfs:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-options-api:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-options-keymap:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-print:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-progress-ui:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-queries:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-sendopts:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-settings:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-spi-actions:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-spi-quicksearch:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-outline:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-plaf:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-tabcontrol:nbm-file:RELEASE691, org.netbeans.api:org-openide-actions:nbm-file:RELEASE691, org.netbeans.api:org-openide-awt:nbm-file:RELEASE691, org.netbeans.api:org-openide-compat:nbm-file:RELEASE691, org.netbeans.api:org-openide-dialogs:nbm-file:RELEASE691, org.netbeans.api:org-openide-execution:nbm-file:RELEASE691, org.netbeans.api:org-openide-explorer:nbm-file:RELEASE691, org.netbeans.api:org-openide-io:nbm-file:RELEASE691, org.netbeans.api:org-openide-loaders:nbm-file:RELEASE691, org.netbeans.api:org-openide-nodes:nbm-file:RELEASE691, org.netbeans.api:org-openide-options:nbm-file:RELEASE691, org.netbeans.api:org-openide-text:nbm-file:RELEASE691, org.netbeans.api:org-openide-util-enumerations:nbm-file:RELEASE691, org.netbeans.api:org-openide-windows:nbm-file:RELEASE691: Failure to find org.netbeans.modules:org-netbeans-core-startup:nbm-file:RELEASE691 in http://bits.netbeans.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of netbeans has elapsed or updates are forced -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0-beta-2:site (default-cli) on project CASS-CRM-DC: failed to get Reports at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217) 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:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) Caused by: org.apache.maven.plugin.MojoExecutionException: failed to get Reports at org.apache.maven.plugins.site.DefaultMavenReportExecutor.buildMavenReports(DefaultMavenReportExecutor.java:264) at org.apache.maven.plugins.site.AbstractSiteRenderingMojo.getReports(AbstractSiteRenderingMojo.java:208) at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:105) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) ... 19 more Caused by: org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project application: Could not resolve dependencies for project com.copperarrow.crmdc:application:nbm-application:0.1: The following artifacts could not be resolved: org.netbeans.modules:org-netbeans-core-startup:nbm-file:RELEASE691, org.netbeans.api:org-openide-filesystems:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-bootstrap:nbm-file:RELEASE691, org.netbeans.api:org-openide-modules:nbm-file:RELEASE691, org.netbeans.api:org-openide-util-lookup:nbm-file:RELEASE691, org.netbeans.api:org-openide-util:nbm-file:RELEASE691, org.netbeans.api:org-jdesktop-layout:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-annotations-common:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-progress:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-visual:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-execution:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-io-ui:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-core-multiview:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-nativeaccess:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-core-netigso:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-osgi:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-output2:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-ui:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-windows:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-libs-felix:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-libs-jna:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-jsr223:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-junit4:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-osgi:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-applemenu:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-autoupdate-services:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-autoupdate-ui:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-core-kit:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-editor-mimelookup-impl:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-editor-mimelookup:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-favorites:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-javahelp:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-keyring-impl:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-keyring:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-masterfs:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-options-api:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-options-keymap:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-print:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-progress-ui:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-queries:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-sendopts:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-settings:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-spi-actions:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-spi-quicksearch:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-outline:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-plaf:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-tabcontrol:nbm-file:RELEASE691, org.netbeans.api:org-openide-actions:nbm-file:RELEASE691, org.netbeans.api:org-openide-awt:nbm-file:RELEASE691, org.netbeans.api:org-openide-compat:nbm-file:RELEASE691, org.netbeans.api:org-openide-dialogs:nbm-file:RELEASE691, org.netbeans.api:org-openide-execution:nbm-file:RELEASE691, org.netbeans.api:org-openide-explorer:nbm-file:RELEASE691, org.netbeans.api:org-openide-io:nbm-file:RELEASE691, org.netbeans.api:org-openide-loaders:nbm-file:RELEASE691, org.netbeans.api:org-openide-nodes:nbm-file:RELEASE691, org.netbeans.api:org-openide-options:nbm-file:RELEASE691, org.netbeans.api:org-openide-text:nbm-file:RELEASE691, org.netbeans.api:org-openide-util-enumerations:nbm-file:RELEASE691, org.netbeans.api:org-openide-windows:nbm-file:RELEASE691: Failure to find org.netbeans.modules:org-netbeans-core-startup:nbm-file:RELEASE691 in http://bits.netbeans.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of netbeans has elapsed or updates are forced at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:190) at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:104) at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201) 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.MojoExecutor.executeForkedExecutions(MojoExecutor.java:365) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeForkedExecutions(DefaultLifecycleExecutor.java:165) at org.apache.maven.plugins.site.DefaultMavenReportExecutor.buildMavenReports(DefaultMavenReportExecutor.java:250) ... 23 more Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project com.copperarrow.crmdc:application:nbm-application:0.1: The following artifacts could not be resolved: org.netbeans.modules:org-netbeans-core-startup:nbm-file:RELEASE691, org.netbeans.api:org-openide-filesystems:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-bootstrap:nbm-file:RELEASE691, org.netbeans.api:org-openide-modules:nbm-file:RELEASE691, org.netbeans.api:org-openide-util-lookup:nbm-file:RELEASE691, org.netbeans.api:org-openide-util:nbm-file:RELEASE691, org.netbeans.api:org-jdesktop-layout:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-annotations-common:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-progress:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-visual:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-execution:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-io-ui:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-core-multiview:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-nativeaccess:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-core-netigso:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-osgi:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-output2:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-ui:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-windows:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-libs-felix:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-libs-jna:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-jsr223:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-junit4:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-osgi:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-applemenu:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-autoupdate-services:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-autoupdate-ui:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-core-kit:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-editor-mimelookup-impl:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-editor-mimelookup:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-favorites:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-javahelp:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-keyring-impl:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-keyring:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-masterfs:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-options-api:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-options-keymap:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-print:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-progress-ui:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-queries:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-sendopts:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-settings:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-spi-actions:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-spi-quicksearch:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-outline:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-plaf:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-tabcontrol:nbm-file:RELEASE691, org.netbeans.api:org-openide-actions:nbm-file:RELEASE691, org.netbeans.api:org-openide-awt:nbm-file:RELEASE691, org.netbeans.api:org-openide-compat:nbm-file:RELEASE691, org.netbeans.api:org-openide-dialogs:nbm-file:RELEASE691, org.netbeans.api:org-openide-execution:nbm-file:RELEASE691, org.netbeans.api:org-openide-explorer:nbm-file:RELEASE691, org.netbeans.api:org-openide-io:nbm-file:RELEASE691, org.netbeans.api:org-openide-loaders:nbm-file:RELEASE691, org.netbeans.api:org-openide-nodes:nbm-file:RELEASE691, org.netbeans.api:org-openide-options:nbm-file:RELEASE691, org.netbeans.api:org-openide-text:nbm-file:RELEASE691, org.netbeans.api:org-openide-util-enumerations:nbm-file:RELEASE691, org.netbeans.api:org-openide-windows:nbm-file:RELEASE691: Failure to find org.netbeans.modules:org-netbeans-core-startup:nbm-file:RELEASE691 in http://bits.netbeans.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of netbeans has elapsed or updates are forced at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:156) at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:165) ... 31 more Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: org.netbeans.modules:org-netbeans-core-startup:nbm-file:RELEASE691, org.netbeans.api:org-openide-filesystems:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-bootstrap:nbm-file:RELEASE691, org.netbeans.api:org-openide-modules:nbm-file:RELEASE691, org.netbeans.api:org-openide-util-lookup:nbm-file:RELEASE691, org.netbeans.api:org-openide-util:nbm-file:RELEASE691, org.netbeans.api:org-jdesktop-layout:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-annotations-common:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-progress:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-api-visual:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-execution:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-io-ui:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-core-multiview:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-nativeaccess:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-core-netigso:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-osgi:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-output2:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-ui:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core-windows:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-core:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-libs-felix:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-libs-jna:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-jsr223:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-junit4:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-libs-osgi:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-applemenu:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-autoupdate-services:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-autoupdate-ui:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-core-kit:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-editor-mimelookup-impl:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-editor-mimelookup:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-favorites:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-javahelp:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-keyring-impl:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-keyring:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-masterfs:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-options-api:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-options-keymap:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-print:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-progress-ui:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-queries:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-sendopts:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-modules-settings:nbm-file:RELEASE691, org.netbeans.modules:org-netbeans-modules-spi-actions:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-spi-quicksearch:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-outline:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-plaf:nbm-file:RELEASE691, org.netbeans.api:org-netbeans-swing-tabcontrol:nbm-file:RELEASE691, org.netbeans.api:org-openide-actions:nbm-file:RELEASE691, org.netbeans.api:org-openide-awt:nbm-file:RELEASE691, org.netbeans.api:org-openide-compat:nbm-file:RELEASE691, org.netbeans.api:org-openide-dialogs:nbm-file:RELEASE691, org.netbeans.api:org-openide-execution:nbm-file:RELEASE691, org.netbeans.api:org-openide-explorer:nbm-file:RELEASE691, org.netbeans.api:org-openide-io:nbm-file:RELEASE691, org.netbeans.api:org-openide-loaders:nbm-file:RELEASE691, org.netbeans.api:org-openide-nodes:nbm-file:RELEASE691, org.netbeans.api:org-openide-options:nbm-file:RELEASE691, org.netbeans.api:org-openide-text:nbm-file:RELEASE691, org.netbeans.api:org-openide-util-enumerations:nbm-file:RELEASE691, org.netbeans.api:org-openide-windows:nbm-file:RELEASE691: Failure to find org.netbeans.modules:org-netbeans-core-startup:nbm-file:RELEASE691 in http://bits.netbeans.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of netbeans has elapsed or updates are forced at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:526) at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveArtifacts(DefaultRepositorySystem.java:304) at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:334) at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:150) ... 32 more Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Failure to find org.netbeans.modules:org-netbeans-core-startup:nbm-file:RELEASE691 in http://bits.netbeans.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of netbeans has elapsed or updates are forced at org.sonatype.aether.impl.internal.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:186) at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:408) ... 35 more I am not sure why this is happening. I am running Maven 3.0.2. My POM file for NB App Parent looks like the following: <repositories> <!-- Repository hosting NetBeans modules, especially APIs. Versions are based on IDE releases, e.g.: RELEASE691 To create your own repository, use: nbm:populate-repository --> <repository> <id>netbeans</id> <name>NetBeans</name> <url>http://bits.netbeans.org/maven2/</url> </repository> </repositories> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <scope>test</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>nbm-maven-plugin</artifactId> <version>3.4</version> <extensions>true</extensions> <configuration> <brandingToken>${brandingToken}</brandingToken> <cluster>${brandingToken}</cluster> </configuration> </plugin> <plugin> <!-- NetBeans 6.9+ requires JDK 6 --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.0-beta-2</version> </plugin> </plugins> </pluginManagement> </build> <modules> <module>branding</module> <module>application</module> <module>mainui</module> <module>db</module> </modules> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.4</version> <configuration> <formats> <format>xml</format> <format>html</format> </formats> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.6</version> <configuration> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.5</version> <configuration> <sourceEncoding>UTF-8</sourceEncoding> <linkXRef>true</linkXRef> <rulesets> <ruleset>/rulesets/braces.xml</ruleset> </rulesets> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.2</version> <configuration> <aggregate>true</aggregate> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.7.1</version> </plugin> </plugins> </reporting> <properties> <netbeans.version>RELEASE691</netbeans.version> <brandingToken>cass_crm_dc</brandingToken> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <targetJdk>1.6</targetJdk> </properties> Any suggestions or thoughts much appreciated. Thanks David --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
