File tree 2 files changed +7
-2
lines changed
spring-data-dynamodb-examples/rest
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 16
16
limitations under the License.
17
17
18
18
-->
19
-
20
19
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
20
<modelVersion >4.0.0</modelVersion >
22
21
<groupId >com.github.derjust</groupId >
592
591
<id >ci</id >
593
592
<activation >
594
593
<property >
595
- <name >! TRAVIS_CI</name >
594
+ <name >env. TRAVIS_CI</name >
596
595
</property >
597
596
</activation >
598
597
</profile >
Original file line number Diff line number Diff line change 64
64
<configuration >
65
65
<mainClass >com.github.derjust.spring_data_dynamodb_examples.rest.Application</mainClass >
66
66
</configuration >
67
+ <executions >
68
+ <execution >
69
+ <id >exec</id >
70
+ <phase >none</phase >
71
+ </execution >
72
+ </executions >
67
73
</plugin >
68
74
</plugins >
69
75
</build >
You can’t perform that action at this time.
0 commit comments