I’m finding resources are not dynamically reloading. Jetty config below, what do I need to do?
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.2.0.M0</version>
<configuration>
<httpConnector>
<port>9095</port>
</httpConnector>
<systemProperties>
<systemProperty>
<name>tapestry.execution-mode</name>
<value>development</value>
</systemProperty>
<systemProperty>
<name>version</name>
<value>${project.version}</value>
</systemProperty>
</systemProperties>
</configuration>
</plugin>
Sent from my iPhone
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
