Skip to content

Commit

Permalink
Adições ao README
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagnumdw committed Dec 31, 2017
1 parent e3fd7a1 commit 91890de
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Example README.Rmd

Here's a branch specific shield:

```{r, echo=FALSE, eval=TRUE, results="asis"}
travis_url <- "https://travis-ci.org/mhagnumdw/bean-info-generator.svg?branch="
shield <- paste0("[![Build Status](",
travis_url,
system("git rev-parse --abbrev-ref HEAD", intern = TRUE),
")](https://travis-ci.org/mhagnumdw/bean-info-generator)")
cat(shield)
```
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Someday, when the attribute `age` is renamed it will break in the compilation or

## // TODO: Configurar no build do Eclipse
- // TODO: escrever
- // TODO: lembrar que depende da lib: com.squareup:javapoet:1.9.0

## // TODO: Mostrar como no maven alterar alguns parâmetros
- // Esse processaodr de anotação suporta algumas opções, mostrar quais
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/mhagnumdw/bean-info-generator/issues</url>
</issueManagement>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit 91890de

Please sign in to comment.