https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 0b0c139434b6adb4aafd3487ab4def4920f7edef authored by Vincent Massol on 26 October 2020, 08:38:03 UTC
[maven-release-plugin] prepare release xwiki-commons-12.9
Tip revision: 0b0c139
.gitignore
# Maven Build
target
target-eclipse

# Gradle Build
build
.gradle

# IDEA
*.iml
*.ipr
*.iws
.idea
atlassian-ide-plugin.xml

# Eclipse
.classpath
.project
.settings
.checkstyle
.fbprefs
bin
# Automatically generated by WTP
**/src/main/java/META-INF/
**/src/test/java/META-INF/
**/src/META-INF/
#PyDev
.pydevproject

# NetBeans
nbproject

# Other
*.log.*
*.log
.sonar-ide.properties
.clover
*~
back to top