For ease of use by those (a) more familiar with Maven or (b) relying
on m2eclipse support within Eclipse/STS, generated poms are now checked
in. Changes to these files will be overwritted on subsequent gradle
builds.
Any changes to project dependencies should first be reflected in
build.gradle; then run `gradle generatePom` or simply `gradle build`
to see the change reflected in the pom(s).
Note that org.springframework.integration.ip.tcp.TcpInboundGatewayTests
currently fails when running `mvn clean test` from the root. This
problem does not manifest when running `gradle clean test`. The latter
is what's most important; Gary has been contacted to take a look at the
former.
Issues resolved:
INT-1609, INT-1610, INT-1611
20 lines
235 B
Plaintext
20 lines
235 B
Plaintext
*.iml
|
|
*.ipr
|
|
*.iws
|
|
*.msg
|
|
*.sw?
|
|
*/src/main/java/META-INF
|
|
.classpath
|
|
.gradle
|
|
.idea
|
|
.project
|
|
.settings
|
|
build
|
|
derby.log
|
|
lib
|
|
logs
|
|
si.java.hsp
|
|
spring-integration-jms/activemq-data/
|
|
spring-integration-samples/loanshark/application.log*
|
|
target
|