Skip to content

Commit

Permalink
Eliminadas linhas desnecessárias (#44)
Browse files Browse the repository at this point in the history
* Adicionados pacotes e arquivos base do projeto. Conforme issue #31

* Adicionadas dependências base: jsf, junit, etc.

* Adicionado META-INF e WEB-INF

* Consertado pom (retirada tag plugins)

* Alterado POM com plugin corrigindo erro war

* Alterado caminho web-inf

* Adicionadas dependências restantes.

* Alterado jsf pro de verdade

* Update pom.xml

* a

* a

* Alteradas linhas a mais.
  • Loading branch information
viniciussoaresti authored May 10, 2018
1 parent 25d8eb4 commit 73df049
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@
</compilerArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions src/main/webapp/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
Hello from Facelets
<br />
</h:body>
</html>

</html>

0 comments on commit 73df049

Please sign in to comment.