Corrección de error al generar war.
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
|
||||
<!-- Update the WAR file and create if not exist -->
|
||||
<target name="deployWar" depends="compileWar">
|
||||
<jar jarfile="${dist}/MyHealth.war" basedir="${buildwar}" excludes="/WEB-INF/classes/ejb/*.*, /WEB-INF/classes/jpa/*.*, /WEB-INF/classes/TO/*.*" update="yes" />
|
||||
<jar jarfile="${dist}/MyHealth.war" basedir="${buildwar}" excludes="/WEB-INF/classes/ejb/*.*, /WEB-INF/classes/jpa/*.*, /WEB-INF/classes/TO/*.*, common/**/*.java" update="yes" />
|
||||
</target>
|
||||
|
||||
<!-- Update the application ear file and created if not exist -->
|
||||
|
||||
Reference in New Issue
Block a user