Print

Print


Commit in java/branches/hps_java_trunk_HPSJAVA-251/evio on MAIN
pom.xml-551012 -> 1013


java/branches/hps_java_trunk_HPSJAVA-251/evio
pom.xml 1012 -> 1013
--- java/branches/hps_java_trunk_HPSJAVA-251/evio/pom.xml	2014-09-12 03:11:00 UTC (rev 1012)
+++ java/branches/hps_java_trunk_HPSJAVA-251/evio/pom.xml	2014-09-12 03:14:51 UTC (rev 1013)
@@ -49,61 +49,6 @@
                     </execution>
                 </executions>
             </plugin>            
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>chmod-scripts</id>
-                        <phase>install</phase>
-                        <configuration>
-                            <target>
-                                <chmod file="${project.build.directory}/scripts/*.sh" perm="755" />
-                            </target>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>                           
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <shadedArtifactAttached>true</shadedArtifactAttached>
-                            <shadedClassifierName>bin</shadedClassifierName>
-                            <transformers>
-                                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
-                                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
-                                    <mainClass>org.lcsim.job.JobControlManager</mainClass>
-                                </transformer>
-                            </transformers>
-                            <artifactSet>
-                                <excludes>
-                                    <exclude>hep.testdata.aida:*</exclude>
-                                </excludes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>*:*</artifact>
-                                    <excludes>
-                                        <exclude>META-INF/*.SF</exclude>
-                                        <exclude>META-INF/*.DSA</exclude>
-                                        <exclude>META-INF/*.RSA</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>
 </project>
SVNspam 0.1