Skip to content

Commit

Permalink
Fix CI profile activation
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Jun 22, 2019
1 parent f0ecce9 commit f783a93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -16,7 +16,6 @@
limitations under the License.
-->

<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.derjust</groupId>
Expand Down Expand Up @@ -592,7 +591,7 @@
<id>ci</id>
<activation>
<property>
<name>!TRAVIS_CI</name>
<name>env.TRAVIS_CI</name>
</property>
</activation>
</profile>
Expand Down
6 changes: 6 additions & 0 deletions spring-data-dynamodb-examples/rest/pom.xml
Expand Up @@ -64,6 +64,12 @@
<configuration>
<mainClass>com.github.derjust.spring_data_dynamodb_examples.rest.Application</mainClass>
</configuration>
<executions>
<execution>
<id>exec</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit f783a93

Please sign in to comment.