Skip to content

Commit

Permalink
Restructured modules: commons and examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed Oct 19, 2017
1 parent 8836389 commit 43e5e40
Show file tree
Hide file tree
Showing 450 changed files with 31 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: java
sudo: false
dist: trusty
script: mvn clean install -DRAPIDOID_CI=true && bin/build-examples.sh
script: mvn clean install -DRAPIDOID_CI=true

jdk:
- oraclejdk8
Expand Down
3 changes: 0 additions & 3 deletions bin/full_verify.sh
Expand Up @@ -12,6 +12,3 @@ mvn clean install

cd docker-tests
./retest.sh

cd ../examples
mvn clean install
22 changes: 22 additions & 0 deletions commons/pom.xml
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<parent>
<groupId>org.rapidoid</groupId>
<artifactId>rapidoid</artifactId>
<version>5.4.6-SNAPSHOT</version>
</parent>

<artifactId>commons</artifactId>
<packaging>pom</packaging>

<modules>
<module>rapidoid-essentials</module>
<module>rapidoid-commons</module>
<module>rapidoid-test-commons</module>
</modules>

</project>
File renamed without changes.

0 comments on commit 43e5e40

Please sign in to comment.