Closed GoogleCodeExporter closed 9 years ago
Hi
I'm starting to wok upon issue
Thx for interest
Original comment by bartolom...@gmail.com
on 16 Aug 2011 at 9:04
hi
from stacktrace i haven't enough infos to make a diagnosis
Have you set the parameters spaceKey,userName and password?
could you relaunch the maven with -X option set and give me the result?
Original comment by bartolom...@gmail.com
on 16 Aug 2011 at 9:42
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-confluence-reporting-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<endPoint>${confluence.home}/rpc/xmlrpc</endPoint>
<spaceKey>SIG</spaceKey>
<parentPageTitle>DBChangeManagement</parentPageTitle>
<username>******</username>
<password>******</password>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-confluence-reporting-plugin</artifactId>
<version>3.0.1</version>
<reportSets>
<reportSet>
<id>confluence</id>
<reports>
<report>confluence-summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</reportPlugins>
</configuration>
</plugin>
Original comment by quinton....@gmail.com
on 16 Aug 2011 at 2:29
thx for log
i've deployed the release 3.0.3-SNAPSHOT to repo
https://oss.sonatype.org/content/repositories/snapshots
could you try this ? I've increased the diagnostic message to better understand
problem
thx in advance
Original comment by bartolom...@gmail.com
on 17 Aug 2011 at 9:22
Hi
As showed in [pom_template] wiki page try to use the following plugin
configuration
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-confluence-reporting-plugin</artifactId>
<version>3.0.1</version>
<reportSets>
<reportSet>
<id>confluence</id>
<configuration>
<endPoint>${confluence.home}/rpc/xmlrpc</endPoint>
<spaceKey>SIG</spaceKey>
<parentPageTitle>DBChangeManagement</parentPageTitle>
<username>******</username>
<password>******</password>
</configuration>
<reports>
<report>confluence-summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</reportPlugins>
</configuration>
</plugin>
Original comment by bartolom...@gmail.com
on 17 Aug 2011 at 5:29
Hi
As showed in [pom_template] wiki page try to use the following plugin
configuration
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-confluence-reporting-plugin</artifactId>
<version>3.0.1</version>
<reportSets>
<reportSet>
<id>confluence</id>
<configuration>
<endPoint>${confluence.home}/rpc/xmlrpc</endPoint>
<spaceKey>SIG</spaceKey>
<parentPageTitle>DBChangeManagement</parentPageTitle>
<username>******</username>
<password>******</password>
</configuration>
<reports>
<report>confluence-summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</reportPlugins>
</configuration>
</plugin>
Original comment by bartolom...@gmail.com
on 17 Aug 2011 at 6:44
Original comment by bartolom...@gmail.com
on 28 May 2013 at 9:06
Original issue reported on code.google.com by
quinton....@gmail.com
on 15 Aug 2011 at 9:17