1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

[releng]added a repo for the eclipse-jarsigner plugin

This commit is contained in:
Anna Dushistova 2012-11-22 00:09:37 +03:00
parent cd17aac411
commit 617312a875
2 changed files with 5 additions and 34 deletions

View file

@ -73,6 +73,10 @@
<enabled>true</enabled>
</releases>
</pluginRepository>
<pluginRepository>
<id>m2e-cbi</id>
<url>http://download.eclipse.org/technology/m2e/maven/</url>
</pluginRepository>
</pluginRepositories>
<repositories>
<repository>
@ -442,7 +446,7 @@
</execution>
</executions>
</plugin>
<!-- </plugins>
<!-- </plugins>
</pluginManagement>
<pluginManagement>
<plugins>-->

33
src.xml
View file

@ -1,33 +0,0 @@
<assembly>
<id>src</id>
<formats>
<format>tar.bz2</format>
</formats>
<baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
<moduleSets>
<moduleSet>
<includeSubModules/>
<sources>
<useDefaultExcludes>false</useDefaultExcludes>
<includeModuleDirectory>true</includeModuleDirectory>
<fileSets>
<fileSet>
<excludes>
<exclude>target/**</exclude>
<exclude>bin/**</exclude>
</excludes>
</fileSet>
</fileSets>
</sources>
</moduleSet>
</moduleSets>
<fileSets>
<fileSet>
<includes>
<include>pom.xml</include>
</includes>
</fileSet>
</fileSets>
</assembly>