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:
parent
cd17aac411
commit
617312a875
2 changed files with 5 additions and 34 deletions
6
pom.xml
6
pom.xml
|
@ -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
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