<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>${maven.gmavenplus.plugin.version}</version>
<executions>
<execution>
<goals>
<goal>addSources</goal>
<goal>addTestSources</goal>
<goal>generateStubs</goal>
<goal>compile</goal>
<goal>testGenerateStubs</goal>
<goal>testCompile</goal>
<goal>removeStubs</goal>
<goal>removeTestStubs</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
<source>${maven.compiler.java.version}</source>
<target>${maven.compiler.java.version}</target>
<verbose>false</verbose>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ game-core ---[INFO] Deleting /Users/mark/devroot/projects/hdpoker/game-core/target[INFO][INFO] --- gmavenplus-plugin:1.5:addSources (default) @ game-core ---[INFO][INFO] --- gmavenplus-plugin:1.5:addTestSources (default) @ game-core ---[INFO][INFO] --- gmavenplus-plugin:1.5:generateStubs (default) @ game-core ---[INFO] No sources specified for stub generation. Skipping.[INFO][INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ game-core ---[debug] execute contextualize[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] Copying 6 resources[INFO][INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ game-core ---[INFO] Changes detected - recompiling the module![INFO] Compiling 99 source files to /Users/mark/devroot/projects/hdpoker/game-core/target/classes[INFO] -------------------------------------------------------------[ERROR] COMPILATION ERROR :[INFO] -------------------------------------------------------------[ERROR] /Users/mark/devroot/projects/hdpoker/game-core/src/main/java/com/hdpoker/gameserver/stats/service/BaseStatBook.java:[3,29] package com.hdpoker.cassandra does not exist[ERROR] /Users/mark/devroot/projects/hdpoker/game-core/src/main/java/com/hdpoker/data/stats/SessionStatsCleanup.java:[5,35] cannot find symbol symbol: class SessionManager location: package com.hdpoker.gameserver.core[ERROR] /Users/mark/devroot/projects/hdpoker/game-core/src/main/java/com/hdpoker/data/stats/SessionStatsCleanup.java:[6,35] cannot find symbol symbol: class SessionManagerImpl location: package com.hdpoker.gameserver.core<sources> <source> <directory>${project.basedir}/src/main/java</directory> <includes> <include>**/*.groovy</include> </includes> </source> </sources>
<testSources> <testSource> <directory>${project.basedir}/src/test/java</directory> <includes> <include>**/*.groovy</include> </includes> </testSource> </testSources>
To view this discussion on the web visit https://groups.google.com/d/msgid/gmavenplus/1ddfbef6-cbf0-4427-a959-a169a6ffadab%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "GMavenPlus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gmavenplus+...@googlegroups.com.
To post to this group, send email to gmave...@googlegroups.com.