Build changes

Removed the zip file. Modified the pom file to build a zip file that can be put on github with mvn install.
This commit is contained in:
Jay Bryant 2018-07-02 12:15:38 -05:00
parent f24836e317
commit f342a46914
3 changed files with 14 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
target/
.settings/
.project
.classpath
.springBeans
.sonar4clipse
*.sonar4clipseExternals
.idea
spring-data-solr.iml
.DS_Store
_site
/bin/

View File

@ -4,6 +4,7 @@
<artifactId>spring-doc-resources</artifactId>
<name>Spring Documentation Resources</name>
<version>0.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
<plugins>
<plugin>