This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/fluo-recipes.git
commit e7de688c359a9f7e21311e1175786b9116e1e509 Author: Christopher Tubbs <[email protected]> AuthorDate: Mon Nov 27 17:42:39 2017 -0500 Update fluo-parent POM to 3 --- pom.xml | 55 +------------------------------------------------------ 1 file changed, 1 insertion(+), 54 deletions(-) diff --git a/pom.xml b/pom.xml index a3b68be..943e6bc 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-parent</artifactId> - <version>1-incubating</version> + <version>3</version> </parent> <artifactId>fluo-recipes</artifactId> <version>1.2.0-SNAPSHOT</version> @@ -240,52 +240,11 @@ </systemPropertyVariables> </configuration> </plugin> - <plugin> - <groupId>net.revelc.code</groupId> - <artifactId>impsort-maven-plugin</artifactId> - <version>1.0.0</version> - <configuration> - <groups>java.,javax.</groups> - <staticAfter>true</staticAfter> - <excludes> - <exclude>**/thrift/*.java</exclude> - </excludes> - </configuration> - </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <executions> - <execution> - <id>accumulo-api-check</id> - <goals> - <goal>check</goal> - </goals> - <configuration> - <checkstyleRules> - <module name="Checker"> - <module name="TreeWalker"> - <module name="AvoidStarImport" /> - <module name="RegexpSinglelineJava"> - <!--check that only Accumulo public APIs are imported--> - <property name="format" value="import\s+org\.apache\.accumulo\.(.*\.(impl|thrift)\..*|(?!core|minicluster).*|core\.(?!client|data|iterators|security\.Authorizations|security\.ColumnVisibility|util\.format\.Formatter).*|core\.data\.(?!Key|Mutation|Value|Range|Condition|ConditionalMutation|ByteSequence|PartialKey|ColumnUpdate|ArrayByteSequence).*)" /> - <property name="ignoreComments" value="true" /> - <property name="message" value="Accumulo non-public classes imported" /> - </module> - </module> - </module> - </checkstyleRules> - <failOnViolation>true</failOnViolation> - <outputFile>${project.build.directory}/checkstyle-results-accumulo.xml</outputFile> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> @@ -308,18 +267,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>net.revelc.code</groupId> - <artifactId>impsort-maven-plugin</artifactId> - <executions> - <execution> - <id>sort-imports</id> - <goals> - <goal>sort</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> <profiles> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
