Skip to content

Commit 58d8d33

Browse files
committed
dont automatically build indy
1 parent cfebf24 commit 58d8d33

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

example/pom.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@
1414
<artifactId>compiler</artifactId>
1515
<version>0.7.0-SNAPSHOT</version>
1616
</dependency>
17-
1817
</dependencies>
19-
</project>
18+
19+
<build>
20+
<plugins>
21+
<plugin>
22+
<groupId>org.apache.maven.plugins</groupId>
23+
<artifactId>maven-compiler-plugin</artifactId>
24+
<configuration>
25+
<source>1.6</source>
26+
<target>1.6</target>
27+
<encoding>UTF-8</encoding>
28+
</configuration>
29+
</plugin>
30+
</plugins>
31+
</build>
32+
</project>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
<description>Implementation of the Mustache language in Java.</description>
88

99
<modules>
10-
<module>handlebar</module>
1110
<module>compiler</module>
12-
<module>indy</module>
11+
<module>handlebar</module>
1312
<module>example</module>
1413
</modules>
1514
<packaging>pom</packaging>

0 commit comments

Comments
 (0)