Skip to content

Commit

Permalink
Fixed problems when starting the service. Optimized the starting proc…
Browse files Browse the repository at this point in the history
…edure.
  • Loading branch information
MichaelRoeder committed Jan 25, 2024
1 parent f0d4dd3 commit b00aaa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,11 @@
</deployables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down Expand Up @@ -410,12 +415,6 @@
</excludes>
</configuration>
</plugin>
<!-- Maven Exec Plugin -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>
</plugin>
<!-- Javadoc plugin for generating documentation -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ if [ ! -d "gerbil_data/indexes/dbpedia_check" ]; then
fi

echo "Building and starting GERBIL..."
mvn clean package cargo:run
mvn clean package cargo:run -DskipTests -Dmaven.javadoc.skip=true

0 comments on commit b00aaa6

Please sign in to comment.