File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change 52
52
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
53
53
</properties >
54
54
<pluginRepositories >
55
- <pluginRepository >
56
- <id >repo.eclipse.org</id >
57
- <url >https://repo.eclipse.org/content/groups/releases/</url >
58
- </pluginRepository >
59
- <pluginRepository >
60
- <id >tycho-snapshots</id >
61
- <url >https://repo.eclipse.org/content/repositories/tycho-snapshots/</url >
62
- <releases >
63
- <enabled >true</enabled >
64
- </releases >
65
- <snapshots >
66
- <enabled >true</enabled >
67
- </snapshots >
68
- </pluginRepository >
69
55
<pluginRepository >
70
56
<id >dash-licenses-snapshots</id >
71
57
<url >https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url >
76
62
</pluginRepositories >
77
63
78
64
<profiles >
79
- <profile >
80
- <id >sign</id >
81
- <build >
82
- <plugins >
83
- <plugin >
84
- <groupId >org.eclipse.cbi.maven.plugins</groupId >
85
- <artifactId >eclipse-jarsigner-plugin</artifactId >
86
- <version >1.5.0</version >
87
- <executions >
88
- <execution >
89
- <id >sign</id >
90
- <phase >verify</phase >
91
- <goals >
92
- <goal >sign</goal >
93
- </goals >
94
- </execution >
95
- </executions >
96
- </plugin >
97
- </plugins >
98
- </build >
99
- </profile >
100
65
<profile >
101
66
<id >regenHelp</id >
102
67
<build >
You can’t perform that action at this time.
0 commit comments