Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matefun
Frontend
Commits
f4efe190
Commit
f4efe190
authored
Nov 19, 2018
by
Diego Rey
Browse files
Added webResource on pom.xml for binary file
parent
b973d68c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Servidor JEE/pom.xml
View file @
f4efe190
...
...
@@ -52,15 +52,20 @@
<build>
<finalName>
matefun
</finalName>
<sourceDirectory>
src/main/java
</sourceDirectory>
<plugins>
<plugin>
<artifactId>
maven-war-plugin
</artifactId>
<version>
2.4
</version>
<configuration>
<warSourceDirectory>
WebContent
</warSourceDirectory>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<webResources>
<resource>
<directory>
src/main/java/edu/proygrado/binarios
</directory>
<targetPath>
WEB-INF/classes/edu/proygrado/binarios
</targetPath>
<filtering>
false
</filtering>
</resource>
</webResources>
</configuration>
</plugin>
...
...
@@ -72,8 +77,6 @@
<target>
1.8
</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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