Skip to content

Commit 6c55200

Browse files
committed
Improve fluent generation script to call clean first.
1 parent ba328e1 commit 6c55200

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fluent-gen/generate.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
# TODO: Incorporate this into the pom.xml
44

55
rm -r ../fluent/src/main/java/io
6+
mvn clean
67
mvn compile
7-
mv target/generated-sources/annotations/io ../fluent/src/main/java/io
8+
mv target/generated-sources/annotations/io ../fluent/src/main/java/io

0 commit comments

Comments
 (0)