Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
32447da
Formatter
Jan 22, 2015
813a3a0
Comentei o modulo web enquanto nao ajusto o mesmo (talvez utilize nova
Jan 22, 2015
9c94d85
Removi referencias a repositorios desnecessarios
Jan 22, 2015
2348d04
adicionei referencia ao pom parent
Jan 22, 2015
f6030a5
Atualizei referencia de pom parent deste modulo
Jan 22, 2015
943e228
Removi configs realizadas no modulo parent
Jan 22, 2015
e56254a
Submodule update
Jan 22, 2015
c686707
Removi submobulo
Jan 23, 2015
6c9f40d
Removi submobulo
Jan 23, 2015
2a72a4c
Adicionei pom parent panualmente
Jan 23, 2015
ef286b1
Adding Java 7 support
Jan 24, 2015
c736c61
Refactory to multi modular solution
Jan 24, 2015
3513953
GitIngore atualizado
Jan 24, 2015
4b19a52
Defini maven-project-info-reports-plugin suprimindo warnings de build
Jan 27, 2015
82fb6cc
Defini a variavel interna do maven project.build.sourceEncoding , ago…
Jan 27, 2015
ab626ae
Defini configs de site para projeto multmodular
Jan 27, 2015
bd049c0
Mudancas dos demais pacotes para acompanhar novos groupids, (io.githu…
Jan 27, 2015
ac05d28
Configuracoes de github pages com plugin wagon-git
Jan 27, 2015
d1fd879
Configuracoes de metadados para gerar site
Jan 27, 2015
8753265
Configuracoes de novos reports :D
Jan 27, 2015
d49c88c
Project dependencies versions update
Jan 27, 2015
98f6fbb
emove commomns logging dependencies, jboss logging config to use slf4…
Jan 29, 2015
048cde9
Jaxb2 support - criar dtos a partir de xsd
Jan 29, 2015
af74a0b
trouxe dependencia java.inject para o projeto parent, ja que todos os…
Jan 29, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
284 changes: 110 additions & 174 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
#################
## Eclipse
#################
# Created by https://www.gitignore.io

### Eclipse ###
*.pydevproject
.project
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# Eclipse Core
.project

# External tool builders
.externalToolBuilders/

Expand All @@ -25,150 +26,29 @@ local.properties
# CDT-specific
.cproject

# JDT-specific (Eclipse Java Development Tools)
.classpath

# PDT-specific
.buildpath

# sbteclipse plugin
.target

#################
## Visual Studio
#################
# TeXlipse plugin
.texlipse

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates
### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties

# Build results

[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.Publish.xml
*.pubxml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

#############
## Windows detritus
#############

### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db
Expand All @@ -179,51 +59,107 @@ Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk


### OSX ###
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

#############
## Python
#############

*.py[co]
# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


### Node ###
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules

# Debug log from npm
npm-debug.log


### Yeoman ###
node_modules/
bower_components/
*.log

# Packages
*.egg
*.egg-info
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
dist/

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
### Bower ###
bower_components
.bower-cache
.bower-registry
.bower-tmp

#Translations
*.mo

#Mr Developer
.mr.developer.cfg
### grunt ###
# Grunt usually compiles files inside this directory
dist/

# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
.tmp/

# grunt
**/node_modules/**

### Java ###
*.class

#############
## Other
#############
# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Temp files
*.tmp.txt
# Package Files #
*.jar
*.war
*.ear

# WebStorm
.idea
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Java-Web-PoC
============
# Java-Web-PoC

Aplicacao de exemplo utilizando Spring MVC e AngularJS

## Build status
![](https://www.codeship.io/projects/98434c70-2655-0131-0467-6a71bdb0239b/status)
1 change: 0 additions & 1 deletion java-web-parent
Submodule java-web-parent deleted from 26023e
Loading