You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by ja...@apache.org on 2013/03/01 02:17:53 UTC

[1/2] git commit: Fix prototype/sqlparser project. Created exec/ref:test jar and fixed classifier in sqlparser/pom.xml

Fix prototype/sqlparser project. Created exec/ref:test jar and fixed classifier in sqlparser/pom.xml

Signed-off-by: Jacques Nadeau <ja...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/3e45f42f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/3e45f42f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/3e45f42f

Branch: refs/heads/master
Commit: 3e45f42f79cdd71e83e81e5b12fdbcb265401a42
Parents: 35023c1
Author: mitnpatel <mi...@hotmail.com>
Authored: Sun Feb 24 13:56:23 2013 -0800
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Thu Feb 28 09:31:38 2013 -0800

----------------------------------------------------------------------
 sandbox/prototype/exec/ref/pom.xml  |   22 ++++++++++++++++++++++
 sandbox/prototype/sqlparser/pom.xml |    2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/3e45f42f/sandbox/prototype/exec/ref/pom.xml
----------------------------------------------------------------------
diff --git a/sandbox/prototype/exec/ref/pom.xml b/sandbox/prototype/exec/ref/pom.xml
index 85fd68a..d077f4d 100644
--- a/sandbox/prototype/exec/ref/pom.xml
+++ b/sandbox/prototype/exec/ref/pom.xml
@@ -74,4 +74,26 @@
 		</dependency>
 				
 	</dependencies>
+
+	<build>
+    
+	    <plugins>
+    
+	     	<plugin>
+       			<groupId>org.apache.maven.plugins</groupId>
+       			<artifactId>maven-jar-plugin</artifactId>
+       			<version>2.2</version>
+       			<executions>
+         			<execution>
+           				<goals>
+             					<goal>test-jar</goal>
+           				</goals>
+         			</execution>
+       			</executions>
+     		</plugin>
+    
+   	 	</plugins>
+
+  	</build>
+
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/3e45f42f/sandbox/prototype/sqlparser/pom.xml
----------------------------------------------------------------------
diff --git a/sandbox/prototype/sqlparser/pom.xml b/sandbox/prototype/sqlparser/pom.xml
index fabc44d..c93e8ac 100644
--- a/sandbox/prototype/sqlparser/pom.xml
+++ b/sandbox/prototype/sqlparser/pom.xml
@@ -40,7 +40,7 @@
       <groupId>org.apache.drill.exec</groupId>
       <artifactId>ref</artifactId>
       <version>1.0-SNAPSHOT</version>
-      <classifier>test</classifier>
+      <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>