Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/77 make project build again with site #14

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion aggregator/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ under the License.
<module>../../../core/build-cache</module>
<module>../../../core/maven</module>
<module>../../../core/mvnd</module>
<module>../../../core/its</module>
<module>../../../core/resolver</module>
<module>../../../core/resolver-ant-tasks</module>
<module>../../../core/wrapper</module>
Expand Down
13 changes: 13 additions & 0 deletions aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,17 @@ under the License.
<module>../../site</module>
<module>svn</module>
</modules>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.5.2</version>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
</plugins>
</reporting>
</project>
2 changes: 0 additions & 2 deletions aggregator/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ under the License.
<name>Aggregator POM for Shared Components</name>
<modules>
<module>../../../shared/archiver</module>
<module>../../../shared/artifact-transfer</module>
<module>../../../shared/common-artifact-filters</module>
<module>../../../shared/dependency-analyzer</module>
<module>../../../shared/dependency-tree</module>
Expand All @@ -42,7 +41,6 @@ under the License.
<module>../../../shared/invoker</module>
<module>../../../shared/jarsigner</module>
<module>../../../shared/mapping</module>
<module>../../../shared/project-utils</module>
<module>../../../shared/reporting-api</module>
<module>../../../shared/reporting-exec</module>
<module>../../../shared/reporting-impl</module>
Expand Down
3 changes: 0 additions & 3 deletions aggregator/studies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ under the License.

<name>Aggregator POM for Maven Studies</name>
<modules>
<module>../../../studies/consumer-pom</module>
<module>../../../studies/maven-basedir-filesystem</module>
<module>../../../studies/maven-ci-extension</module>
<module>../../../studies/maven-default-plugins</module>
<module>../../../studies/maven-eventsound-extension</module>
<module>../../../studies/maven-extension-demo</module>
</modules>
</project>
2 changes: 1 addition & 1 deletion aggregator/svn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ under the License.

<name>Aggregator POM for artifacts still in SVN</name>
<modules>
<module>../../../svn/repository-tools</module>
<!--<module>../../../svn/repository-tools</module>-->
<!--module>../../svn/sandbox</module-->
<!--module>../../svn/doxia-ide/eclipse/doxia-osgi</module>
<module>../../../svn/doxia-ide/eclipse/eclipse-plugins</module-->
Expand Down