- Improved dev environment: webapp can now be run using mvn jetty:run and is refreshed every 10 seconds

- Modularized less files
This commit is contained in:
Gonzalo Bellver
2011-11-01 16:46:20 -03:00
parent 68deab8b93
commit 55581a7f4e
6 changed files with 795 additions and 2 deletions

View File

@@ -428,7 +428,7 @@
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<configuration>
<reload>false</reload>
<scanIntervalSeconds>10</scanIntervalSeconds>
<connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>8080</port>