You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maven-release-plugin/src/it/setup/maven-project-naming-stub-policy/src/main/java/org/apache/maven/shared/release/policy/stub/StubNamingPolicy.java
Copy file name to clipboardExpand all lines: maven-release-plugin/src/it/setup/maven-project-version-stub-policy/src/main/java/org/apache/maven/shared/release/policy/stub/StubVersionPolicy.java
Copy file name to clipboardExpand all lines: maven-release-plugin/src/it/setup/maven-scm-provider-dummy/src/main/java/org/apache/maven/scm/provider/dummy/DummyScmProvider.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
packageorg.apache.maven.scm.provider.dummy;
2
2
3
+
importjavax.inject.Named;
4
+
importjavax.inject.Singleton;
5
+
3
6
/*
4
7
* Licensed to the Apache Software Foundation (ASF) under one
5
8
* or more contributor license agreements. See the NOTICE file
@@ -31,9 +34,10 @@
31
34
* A dummy SCM provider used to bypass the {@code ScmCheckModificationsPhase} of the Release Plugin when doing a dry run
Copy file name to clipboardExpand all lines: maven-release-plugin/src/it/setup/maven-scm-provider-stub/src/main/java/org/apache/maven/scm/provider/stub/StubScmProvider.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
packageorg.apache.maven.scm.provider.stub;
2
2
3
+
importjavax.inject.Named;
4
+
importjavax.inject.Singleton;
5
+
3
6
/*
4
7
* Licensed to the Apache Software Foundation (ASF) under one
5
8
* or more contributor license agreements. See the NOTICE file
@@ -36,9 +39,10 @@
36
39
/**
37
40
* A stub SCM provider used for the Maven Release Plugin when doing integration testing.
0 commit comments