You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by Lukasz Lenart <lu...@apache.org> on 2013/06/28 17:00:49 UTC

Fwd: Build failed in Jenkins: Struts2-JDK6 » Struts 2 Assembly #741

I need to specify a user which can connect to Confluence and export
docs. Is it possible? It can be defined in ~/.m2/settings.xml as
below, also I have to define Snapshot repository to retrieve
SiteExporter from.

<settings>
    <profiles>
        <profile>
            <id>local</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <properties>
                <confluence.password>Powtorka4Rozrywki</confluence.password>
                <confluence.user>lukaszlenart</confluence.user>
            </properties>
            <repositories>
                <repository>
                    <id>apache-snapshots</id>

<url>https://repository.apache.org/content/groups/snapshots/</url>
                    <layout>default</layout>
                    <snapshots>
                        <enabled>true</enabled>
                    </snapshots>
                </repository>
            </repositories>
        </profile>
    </profiles>
</settings>


Thanks in advance
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/


---------- Forwarded message ----------
From: Apache Jenkins Server <je...@builds.apache.org>
Date: 2013/6/28
Subject: Build failed in Jenkins: Struts2-JDK6 » Struts 2 Assembly #741
To: dev@struts.apache.org, lukaszlenart@apache.org


See <https://builds.apache.org/job/Struts2-JDK6/org.apache.struts$struts2-assembly/741/changes>

Changes:

[Lukasz Lenart] WW-4130 Adds usage of SiteExporter instead of wget to
export docs from Confluence

------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 Assembly 2.3.16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/maven-metadata.xml
(785 B at 0.5 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.pom
(5 KB at 15.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf-parent/2.5.10/cxf-parent-2.5.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf-parent/2.5.10/cxf-parent-2.5.10.pom
(72 KB at 678.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf/2.5.10/cxf-2.5.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf/2.5.10/cxf-2.5.10.pom
(36 KB at 341.8 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.jar
Downloaded: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.jar
(53 KB at 79.0 KB/sec)
[INFO] Deleting
<https://builds.apache.org/job/Struts2-JDK6/org.apache.struts$struts2-assembly/ws/target>
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ struts2-assembly ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @
struts2-assembly ---
[INFO] [WARNING] Ignoring project type pom - supportedProjectTypes =
[jar, bundle]

[INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @
struts2-assembly ---
Jun 28, 2013 2:35:38 PM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo
[INFO]
[INFO] --- exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly ---
Enter username:

Re: Build failed in Jenkins: Struts2-JDK6 » Struts 2 Assembly #741

Posted by Lukasz Lenart <lu...@apache.org>.
2013/7/6 Gavin McDonald <ga...@16degrees.com.au>:
> did you try Anonymous ?
>
> By default any non logged in anonymous user can export pages/spaces

What you mean by that? -Dconfluence.user=anonymous ?


Thanks in advance
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

RE: Build failed in Jenkins: Struts2-JDK6 » Struts 2 Assembly #741

Posted by Gavin McDonald <ga...@16degrees.com.au>.
did you try Anonymous ?

By default any non logged in anonymous user can export pages/spaces

Gav...


> -----Original Message-----
> From: Lukasz Lenart [mailto:lukaszlenart@apache.org]
> Sent: Tuesday, 2 July 2013 4:39 PM
> To: builds@apache.org
> Subject: Re: Build failed in Jenkins: Struts2-JDK6 » Struts 2 Assembly #741
> 
> Ping :-)
> 
> How can I solve that? Maybe it is already solved and I must just use other
> names?
> 
> 
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> 
> 2013/6/28 Lukasz Lenart <lu...@apache.org>:
> > I have already changed the password, thanks Daniel :-)
> >
> >
> > Regards
> > --
> > Łukasz
> > + 48 606 323 122 http://www.lenart.org.pl/
> >
> > 2013/6/28 Lukasz Lenart <lu...@apache.org>:
> >> I need to specify a user which can connect to Confluence and export
> >> docs. Is it possible? It can be defined in ~/.m2/settings.xml as
> >> below, also I have to define Snapshot repository to retrieve
> >> SiteExporter from.
> >>
> >> <settings>
> >>     <profiles>
> >>         <profile>
> >>             <id>local</id>
> >>             <activation>
> >>                 <activeByDefault>true</activeByDefault>
> >>             </activation>
> >>             <properties>
> >>
> <confluence.password>Powtorka4Rozrywki</confluence.password>
> >>                 <confluence.user>lukaszlenart</confluence.user>
> >>             </properties>
> >>             <repositories>
> >>                 <repository>
> >>                     <id>apache-snapshots</id>
> >>
> >> <url>https://repository.apache.org/content/groups/snapshots/</url>
> >>                     <layout>default</layout>
> >>                     <snapshots>
> >>                         <enabled>true</enabled>
> >>                     </snapshots>
> >>                 </repository>
> >>             </repositories>
> >>         </profile>
> >>     </profiles>
> >> </settings>
> >>
> >>
> >> Thanks in advance
> >> --
> >> Łukasz
> >> + 48 606 323 122 http://www.lenart.org.pl/
> >>
> >>
> >> ---------- Forwarded message ----------
> >> From: Apache Jenkins Server <je...@builds.apache.org>
> >> Date: 2013/6/28
> >> Subject: Build failed in Jenkins: Struts2-JDK6 » Struts 2 Assembly #741
> >> To: dev@struts.apache.org, lukaszlenart@apache.org
> >>
> >>
> >> See <https://builds.apache.org/job/Struts2-
> JDK6/org.apache.struts$struts2-assembly/741/changes>
> >>
> >> Changes:
> >>
> >> [Lukasz Lenart] WW-4130 Adds usage of SiteExporter instead of wget to
> >> export docs from Confluence
> >>
> >> ------------------------------------------
> >> [INFO]
> >> [INFO] ------------------------------------------------------------------------
> >> [INFO] Building Struts 2 Assembly 2.3.16-SNAPSHOT
> >> [INFO] ------------------------------------------------------------------------
> >> Downloading:
> http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-
> site-export/1.0-SNAPSHOT/maven-metadata.xml
> >> Downloaded:
> http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-
> site-export/1.0-SNAPSHOT/maven-metadata.xml
> >> (785 B at 0.5 KB/sec)
> >> Downloading:
> http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-
> site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.pom
> >> Downloaded:
> http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-
> site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.pom
> >> (5 KB at 15.5 KB/sec)
> >> Downloading:
> http://repo.maven.apache.org/maven2/org/apache/cxf/cxf-
> parent/2.5.10/cxf-parent-2.5.10.pom
> >> Downloaded:
> http://repo.maven.apache.org/maven2/org/apache/cxf/cxf-
> parent/2.5.10/cxf-parent-2.5.10.pom
> >> (72 KB at 678.1 KB/sec)
> >> Downloading:
> http://repo.maven.apache.org/maven2/org/apache/cxf/cxf/2.5.10/cxf-
> 2.5.10.pom
> >> Downloaded:
> http://repo.maven.apache.org/maven2/org/apache/cxf/cxf/2.5.10/cxf-
> 2.5.10.pom
> >> (36 KB at 341.8 KB/sec)
> >> Downloading:
> http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-
> site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.jar
> >> Downloaded:
> http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-
> site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.jar
> >> (53 KB at 79.0 KB/sec)
> >> [INFO] Deleting
> >> <https://builds.apache.org/job/Struts2-JDK6/org.apache.struts$struts2-
> assembly/ws/target>
> >> [INFO]
> >> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ struts2-
> assembly ---
> >> [INFO]
> >> [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @
> >> struts2-assembly ---
> >> [INFO] [WARNING] Ignoring project type pom - supportedProjectTypes =
> >> [jar, bundle]
> >>
> >> [INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @
> >> struts2-assembly ---
> >> Jun 28, 2013 2:35:38 PM hudson.maven.ExecutedMojo <init>
> >> WARNING: Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo
> >> [INFO]
> >> [INFO] --- exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly ---
> >> Enter username:


Re: Build failed in Jenkins: Struts2-JDK6 » Struts 2 Assembly #741

Posted by Lukasz Lenart <lu...@apache.org>.
Ping :-)

How can I solve that? Maybe it is already solved and I must just use
other names?


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

2013/6/28 Lukasz Lenart <lu...@apache.org>:
> I have already changed the password, thanks Daniel :-)
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> 2013/6/28 Lukasz Lenart <lu...@apache.org>:
>> I need to specify a user which can connect to Confluence and export
>> docs. Is it possible? It can be defined in ~/.m2/settings.xml as
>> below, also I have to define Snapshot repository to retrieve
>> SiteExporter from.
>>
>> <settings>
>>     <profiles>
>>         <profile>
>>             <id>local</id>
>>             <activation>
>>                 <activeByDefault>true</activeByDefault>
>>             </activation>
>>             <properties>
>>                 <confluence.password>Powtorka4Rozrywki</confluence.password>
>>                 <confluence.user>lukaszlenart</confluence.user>
>>             </properties>
>>             <repositories>
>>                 <repository>
>>                     <id>apache-snapshots</id>
>>
>> <url>https://repository.apache.org/content/groups/snapshots/</url>
>>                     <layout>default</layout>
>>                     <snapshots>
>>                         <enabled>true</enabled>
>>                     </snapshots>
>>                 </repository>
>>             </repositories>
>>         </profile>
>>     </profiles>
>> </settings>
>>
>>
>> Thanks in advance
>> --
>> Łukasz
>> + 48 606 323 122 http://www.lenart.org.pl/
>>
>>
>> ---------- Forwarded message ----------
>> From: Apache Jenkins Server <je...@builds.apache.org>
>> Date: 2013/6/28
>> Subject: Build failed in Jenkins: Struts2-JDK6 » Struts 2 Assembly #741
>> To: dev@struts.apache.org, lukaszlenart@apache.org
>>
>>
>> See <https://builds.apache.org/job/Struts2-JDK6/org.apache.struts$struts2-assembly/741/changes>
>>
>> Changes:
>>
>> [Lukasz Lenart] WW-4130 Adds usage of SiteExporter instead of wget to
>> export docs from Confluence
>>
>> ------------------------------------------
>> [INFO]
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Building Struts 2 Assembly 2.3.16-SNAPSHOT
>> [INFO] ------------------------------------------------------------------------
>> Downloading: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/maven-metadata.xml
>> Downloaded: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/maven-metadata.xml
>> (785 B at 0.5 KB/sec)
>> Downloading: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.pom
>> Downloaded: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.pom
>> (5 KB at 15.5 KB/sec)
>> Downloading: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf-parent/2.5.10/cxf-parent-2.5.10.pom
>> Downloaded: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf-parent/2.5.10/cxf-parent-2.5.10.pom
>> (72 KB at 678.1 KB/sec)
>> Downloading: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf/2.5.10/cxf-2.5.10.pom
>> Downloaded: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf/2.5.10/cxf-2.5.10.pom
>> (36 KB at 341.8 KB/sec)
>> Downloading: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.jar
>> Downloaded: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.jar
>> (53 KB at 79.0 KB/sec)
>> [INFO] Deleting
>> <https://builds.apache.org/job/Struts2-JDK6/org.apache.struts$struts2-assembly/ws/target>
>> [INFO]
>> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ struts2-assembly ---
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @
>> struts2-assembly ---
>> [INFO] [WARNING] Ignoring project type pom - supportedProjectTypes =
>> [jar, bundle]
>>
>> [INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @
>> struts2-assembly ---
>> Jun 28, 2013 2:35:38 PM hudson.maven.ExecutedMojo <init>
>> WARNING: Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo
>> [INFO]
>> [INFO] --- exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly ---
>> Enter username:

Re: Build failed in Jenkins: Struts2-JDK6 » Struts 2 Assembly #741

Posted by Lukasz Lenart <lu...@apache.org>.
I have already changed the password, thanks Daniel :-)


Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

2013/6/28 Lukasz Lenart <lu...@apache.org>:
> I need to specify a user which can connect to Confluence and export
> docs. Is it possible? It can be defined in ~/.m2/settings.xml as
> below, also I have to define Snapshot repository to retrieve
> SiteExporter from.
>
> <settings>
>     <profiles>
>         <profile>
>             <id>local</id>
>             <activation>
>                 <activeByDefault>true</activeByDefault>
>             </activation>
>             <properties>
>                 <confluence.password>Powtorka4Rozrywki</confluence.password>
>                 <confluence.user>lukaszlenart</confluence.user>
>             </properties>
>             <repositories>
>                 <repository>
>                     <id>apache-snapshots</id>
>
> <url>https://repository.apache.org/content/groups/snapshots/</url>
>                     <layout>default</layout>
>                     <snapshots>
>                         <enabled>true</enabled>
>                     </snapshots>
>                 </repository>
>             </repositories>
>         </profile>
>     </profiles>
> </settings>
>
>
> Thanks in advance
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
>
> ---------- Forwarded message ----------
> From: Apache Jenkins Server <je...@builds.apache.org>
> Date: 2013/6/28
> Subject: Build failed in Jenkins: Struts2-JDK6 » Struts 2 Assembly #741
> To: dev@struts.apache.org, lukaszlenart@apache.org
>
>
> See <https://builds.apache.org/job/Struts2-JDK6/org.apache.struts$struts2-assembly/741/changes>
>
> Changes:
>
> [Lukasz Lenart] WW-4130 Adds usage of SiteExporter instead of wget to
> export docs from Confluence
>
> ------------------------------------------
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Struts 2 Assembly 2.3.16-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> Downloading: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/maven-metadata.xml
> Downloaded: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/maven-metadata.xml
> (785 B at 0.5 KB/sec)
> Downloading: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.pom
> Downloaded: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.pom
> (5 KB at 15.5 KB/sec)
> Downloading: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf-parent/2.5.10/cxf-parent-2.5.10.pom
> Downloaded: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf-parent/2.5.10/cxf-parent-2.5.10.pom
> (72 KB at 678.1 KB/sec)
> Downloading: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf/2.5.10/cxf-2.5.10.pom
> Downloaded: http://repo.maven.apache.org/maven2/org/apache/cxf/cxf/2.5.10/cxf-2.5.10.pom
> (36 KB at 341.8 KB/sec)
> Downloading: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.jar
> Downloaded: http://repository.apache.org/snapshots/org/apache/cxf/site-export/cxf-site-export/1.0-SNAPSHOT/cxf-site-export-1.0-20130627.021441-6.jar
> (53 KB at 79.0 KB/sec)
> [INFO] Deleting
> <https://builds.apache.org/job/Struts2-JDK6/org.apache.struts$struts2-assembly/ws/target>
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ struts2-assembly ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @
> struts2-assembly ---
> [INFO] [WARNING] Ignoring project type pom - supportedProjectTypes =
> [jar, bundle]
>
> [INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @
> struts2-assembly ---
> Jun 28, 2013 2:35:38 PM hudson.maven.ExecutedMojo <init>
> WARNING: Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo
> [INFO]
> [INFO] --- exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly ---
> Enter username: