File tree Expand file tree Collapse file tree
jdk_11_maven/cs/graphql/timbuctoo/timbuctoo-instancev4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 10071007
10081008 </plugins >
10091009 </build >
1010-
1011- <profiles >
1012- <profile >
1013- <id >makeIndex</id >
1014- <activation >
1015- <os >
1016- <family >unix</family >
1017- </os >
1018- </activation >
1019- <build >
1020- <plugins >
1021- <plugin >
1022- <groupId >org.codehaus.mojo</groupId >
1023- <artifactId >exec-maven-plugin</artifactId >
1024- <version >${exec-maven-plugin.version} </version >
1025- <executions >
1026- <execution >
1027- <id >build-docs</id >
1028- <phase >post-integration-test</phase >
1029- <goals >
1030- <goal >exec</goal >
1031- </goals >
1032- <configuration >
1033- <executable >${basedir} /src/spec/scripts/builddoc</executable >
1034- <commandlineArgs >
1035- ${basedir} /src/spec/resources/ ${basedir} /target/concordion/
1036- </commandlineArgs >
1037- </configuration >
1038- </execution >
1039- </executions >
1040- </plugin >
1041- </plugins >
1042- </build >
1043- </profile >
1044- </profiles >
1010+ <!-- removed due to Mac -->
1011+ <!-- <profiles> -- >
1012+ <!-- <profile> -- >
1013+ <!-- <id>makeIndex</id> -- >
1014+ <!-- <activation> -- >
1015+ <!-- <os> -- >
1016+ <!-- <family>unix</family> -- >
1017+ <!-- </os> -- >
1018+ <!-- </activation> -- >
1019+ <!-- <build> -- >
1020+ <!-- <plugins> -- >
1021+ <!-- <plugin> -- >
1022+ <!-- <groupId>org.codehaus.mojo</groupId> -- >
1023+ <!-- <artifactId>exec-maven-plugin</artifactId> -- >
1024+ <!-- <version>${exec-maven-plugin.version}</version> -- >
1025+ <!-- <executions> -- >
1026+ <!-- <execution> -- >
1027+ <!-- <id>build-docs</id> -- >
1028+ <!-- <phase>post-integration-test</phase> -- >
1029+ <!-- <goals> -- >
1030+ <!-- <goal>exec</goal> -- >
1031+ <!-- </goals> -- >
1032+ <!-- <configuration> -- >
1033+ <!-- <executable>${basedir}/src/spec/scripts/builddoc</executable> -- >
1034+ <!-- <commandlineArgs> -- >
1035+ <!-- ${basedir}/src/spec/resources/ ${basedir}/target/concordion/-->
1036+ <!-- </commandlineArgs> -- >
1037+ <!-- </configuration> -- >
1038+ <!-- </execution> -- >
1039+ <!-- </executions> -- >
1040+ <!-- </plugin> -- >
1041+ <!-- </plugins> -- >
1042+ <!-- </build> -- >
1043+ <!-- </profile> -- >
1044+ <!-- </profiles> -- >
10451045
10461046</project >
You can’t perform that action at this time.
0 commit comments