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:
parent
f24836e317
commit
f342a46914
|
@ -0,0 +1,13 @@
|
|||
target/
|
||||
.settings/
|
||||
.project
|
||||
.classpath
|
||||
.springBeans
|
||||
.sonar4clipse
|
||||
*.sonar4clipseExternals
|
||||
.idea
|
||||
spring-data-solr.iml
|
||||
.DS_Store
|
||||
_site
|
||||
|
||||
/bin/
|
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue