Skip to content

Commit 139a57f

Browse files
committed
remove a profile
1 parent 80d9eb1 commit 139a57f

1 file changed

Lines changed: 35 additions & 35 deletions

File tree

  • jdk_11_maven/cs/graphql/timbuctoo/timbuctoo-instancev4

jdk_11_maven/cs/graphql/timbuctoo/timbuctoo-instancev4/pom.xml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,40 +1007,40 @@
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>

0 commit comments

Comments
 (0)