File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Start your Eclipse Microprofile Server with Metrics enabled
6
6
7
7
== Tests
8
8
9
+ *Note:* TCK is currently still under development
10
+
9
11
If the server is responding on localhost port 8080 you can just run the tests
10
12
via
11
13
Original file line number Diff line number Diff line change 63
63
64
64
<build >
65
65
<plugins >
66
+ <plugin >
67
+ <groupId >org.apache.maven.plugins</groupId >
68
+ <artifactId >maven-javadoc-plugin</artifactId >
69
+ <executions >
70
+ <execution >
71
+ <id >attach-javadocs</id >
72
+ <goals >
73
+ <goal >jar</goal >
74
+ </goals >
75
+ </execution >
76
+ </executions >
77
+ </plugin >
78
+ <plugin >
79
+ <groupId >org.apache.maven.plugins</groupId >
80
+ <artifactId >maven-source-plugin</artifactId >
81
+ <executions >
82
+ <execution >
83
+ <id >attach-sources</id >
84
+ <goals >
85
+ <goal >jar</goal >
86
+ </goals >
87
+ </execution >
88
+ </executions >
89
+ </plugin >
90
+ <!-- Disabling tests from running during mvn install
66
91
<plugin>
67
92
<artifactId>maven-surefire-plugin</artifactId>
68
93
<version>2.19.1</version>
103
128
</execution>
104
129
</executions>
105
130
</plugin>
131
+ -->
106
132
</plugins >
107
133
</build >
108
134
</project >
You can’t perform that action at this time.
0 commit comments