File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 <artifactId >tycho-p2-repository-plugin</artifactId >
6767 <version >${tycho.version} </version >
6868 <configuration >
69- <includeAllDependencies >false</includeAllDependencies >
70- </configuration >
69+ <includeAllDependencies >false</includeAllDependencies >
70+ </configuration >
7171 </plugin >
7272 <plugin >
7373 <groupId >org.eclipse.tycho</groupId >
112112 </plugin >
113113 </plugins >
114114 </build >
115+
116+ <profiles >
117+ <profile >
118+ <id >release</id >
119+ <build >
120+ <plugins >
121+ <plugin >
122+ <groupId >org.apache.maven.plugins</groupId >
123+ <artifactId >maven-gpg-plugin</artifactId >
124+ <version >3.0.1</version >
125+ <executions >
126+ <execution >
127+ <id >sign-artifacts</id >
128+ <phase >verify</phase >
129+ <goals >
130+ <goal >sign</goal >
131+ </goals >
132+ </execution >
133+ </executions >
134+ </plugin >
135+ </plugins >
136+ </build >
137+ </profile >
138+ </profiles >
115139
116140</project >
You can’t perform that action at this time.
0 commit comments