mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-22 15:53:58 +02:00
[releng]added a repo for the eclipse-jarsigner plugin
This commit is contained in:
parent
cd17aac411
commit
617312a875
2 changed files with 5 additions and 34 deletions
4
pom.xml
4
pom.xml
|
@ -73,6 +73,10 @@
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>m2e-cbi</id>
|
||||||
|
<url>http://download.eclipse.org/technology/m2e/maven/</url>
|
||||||
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
33
src.xml
33
src.xml
|
@ -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>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue