Hi Jeffery, 

Thanks for your effort!

Crypto is now updated (Fulcrum Site and Fulcrum Security had already the 
proper configuration for scmPubCheckoutDirectory and 
distributionManagement site). The build did run green here!

Best regards, Georg

P.S.

Indeed Turbine 5 release is not far, and I would trigger it quite soon. If 
you or someone else is already in the process of preparing it, please give 
me a hint! 

Another side note to this, I would feel better, if Torque 4.1 would really 
released quite soon as a next step. It's now unused in the pipeline for 
quite a long time. May be Thomas is here the right person to get it done 
and check the last issues..




Von:    "Jeffery Painter" <[email protected]>
An:     [email protected]
Datum:  14.05.2019 22:56
Betreff:        Help with publishing site docs




Hello turbine devs,

I had a few cycles to spare, and wanted to see if I could start to help
update the site documentation.

I worked from the readme in fulcrum and was going to start with one of the
first published components I worked on, but I am getting errors.


Steps I took:

$ mkdir turbine-site/fulcrum
$ cd turbine-site/fulcrum
$ svn co
https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-crypto-1.0.8
$ cd fulcrum-crypto-1.0.8/
$  mvn clean site

Successful build (good since this was the last tagged version)

everything is fine until this point... next:

$ mvn site site:stage scm-publish:publish-scm -Dscmpublish.dryRun=true -e


lots of good output then...

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.7.1:stage (default-cli) on
project fulcrum-crypto: Missing site information in the distribution
management of the project Fulcrum Crypto
(org.apache.fulcrum:fulcrum-crypto:1.0.8) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plugins:maven-site-plugin:3.7.1:stage (default-cli)
on project fulcrum-crypto: Missing site information in the distribution
management of the project Fulcrum Crypto
(org.apache.fulcrum:fulcrum-crypto:1.0.8)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:148)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:117)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:81)
    at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoExecutionException: Missing site
information in the distribution management of the project Fulcrum Crypto
(org.apache.fulcrum:fulcrum-crypto:1.0.8)
    at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.getSite
(AbstractDeployMojo.java:784)
    at
org.apache.maven.plugins.site.deploy.AbstractDeployMojo.getDeployModuleDirectory
(AbstractDeployMojo.java:260)
    at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.deploy
(AbstractDeployMojo.java:332)
    at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.deployTo
(AbstractDeployMojo.java:293)
    at org.apache.maven.plugins.site.deploy.AbstractDeployMojo.execute
(AbstractDeployMojo.java:172)
    at org.apache.maven.plugins.site.deploy.SiteStageMojo.execute
(SiteStageMojo.java:71)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
(DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:148)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:117)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:81)
    at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:347)
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException






Any ideas?


Thanks!
Jeffery Painter




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to