Print

Print


Author: [log in to unmask]
Date: Thu Oct 22 15:28:55 2015
New Revision: 3879

Log:
Remove outdated script and config.

Removed:
    java/trunk/evio/src/main/scripts/et_evio_file_producer_test.sh
Modified:
    java/trunk/evio/pom.xml

Modified: java/trunk/evio/pom.xml
 =============================================================================
--- java/trunk/evio/pom.xml	(original)
+++ java/trunk/evio/pom.xml	Thu Oct 22 15:28:55 2015
@@ -52,45 +52,6 @@
                     <trimStackTrace>true</trimStackTrace>
                 </configuration>
             </plugin>
-            <plugin>
-                <artifactId>maven-resources-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>copy-resources</id>
-                        <phase>install</phase>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>${project.build.directory}/scripts</outputDirectory>
-                            <resources>
-                                <resource>
-                                    <directory>src/main/scripts/</directory>
-                                    <filtering>true</filtering>
-                                </resource>
-                            </resources>
-                        </configuration>
-                    </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>                           
         </plugins>
     </build>
 </project>