Skip to content
Snippets Groups Projects
Commit b8d134fb authored by Wayne Beaton's avatar Wayne Beaton
Browse files

Update the build to generate comparable files.


This commit adds a new execution to the pom.xml that builds a plain
version of the current content for comparison against the previous
version (baseline.adoc).

Signed-off-by: default avatarWayne Beaton <wayne.beaton@eclipse-foundation.org>
parent 7c22506b
Branches 1.10
Tags 1.10
No related merge requests found
This diff is collapsed.
...@@ -108,8 +108,34 @@ ...@@ -108,8 +108,34 @@
<goal>process-asciidoc</goal> <goal>process-asciidoc</goal>
</goals> </goals>
<configuration> <configuration>
<baseDir>${project.basedir}/source</baseDir>
<sourceDocumentName>baseline.adoc</sourceDocumentName> <sourceDocumentName>baseline.adoc</sourceDocumentName>
<attributes> <attributes>
<nofooter/>
<experimental/>
<bylawsUrl>https://www.eclipse.org/org/documents/eclipse_foundation-bylaws.pdf</bylawsUrl>
<ipPolicyUrl>https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf</ipPolicyUrl>
<membershipAgreementUrl>https://www.eclipse.org/org/documents/eclipse_membership_agreement.pdf</membershipAgreementUrl>
<incubationBrandingUrl>http://wiki.eclipse.org/Development_Resources/HOWTO/Conforming_Incubation_Branding</incubationBrandingUrl>
</attributes>
</configuration>
</execution>
<execution>
<id>asciidoc-to-html-compare</id>
<phase>generate-resources</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
<configuration>
<baseDir>${project.basedir}/source</baseDir>
<sourceDocumentName>source/development_process.adoc</sourceDocumentName>
<attributes>
<nofooter></nofooter>
<experimental/>
<bylawsUrl>https://www.eclipse.org/org/documents/eclipse_foundation-bylaws.pdf</bylawsUrl>
<ipPolicyUrl>https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf</ipPolicyUrl>
<membershipAgreementUrl>https://www.eclipse.org/org/documents/eclipse_membership_agreement.pdf</membershipAgreementUrl>
<incubationBrandingUrl>http://wiki.eclipse.org/Development_Resources/HOWTO/Conforming_Incubation_Branding</incubationBrandingUrl>
</attributes> </attributes>
</configuration> </configuration>
</execution> </execution>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment