Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
a9e87416
Commit
a9e87416
authored
Mar 16, 2017
by
akaljuvee
Browse files
compiling ssp-template files with scalate
parent
dc6dc49c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
a9e87416
...
...
@@ -127,6 +127,19 @@
</executions>
<!-- ... (see other usage or goals for details) ... -->
</plugin>
<plugin>
<groupId>
org.scalatra.scalate
</groupId>
<artifactId>
maven-scalate-plugin_2.10
</artifactId>
<version>
1.7.0
</version>
<executions>
<execution>
<phase>
compile
</phase>
<goals>
<goal>
precompile
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jar-plugin
</artifactId>
...
...
@@ -280,4 +293,12 @@
</plugin>
</plugins>
</reporting>
<dependencies>
<dependency>
<groupId>
org.scalatra.scalate
</groupId>
<artifactId>
scalate-core_2.10
</artifactId>
<version>
1.7.0
</version>
</dependency>
</dependencies>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment