Author: van.halbert
Date: 2012-07-24 11:08:25 -0400 (Tue, 24 Jul 2012)
New Revision: 4263
Modified:
tags/teiid-7.7.1.GA/build/pom.xml
Log:
updating tagged file with maven fix
Modified: tags/teiid-7.7.1.GA/build/pom.xml
===================================================================
--- tags/teiid-7.7.1.GA/build/pom.xml 2012-07-24 14:23:05 UTC (rev 4262)
+++ tags/teiid-7.7.1.GA/build/pom.xml 2012-07-24 15:08:25 UTC (rev 4263)
@@ -129,7 +129,30 @@
</configuration>
</execution>
</executions>
- </plugin>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.5</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+
<file>target/teiid-7.7.1-client-jdk15.jar</file>
+ <type>jar</type>
+ <classifier>client-jdk15</classifier>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</profile>
Show replies by date