File tree Expand file tree Collapse file tree 4 files changed +47
-0
lines changed Expand file tree Collapse file tree 4 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 2828
2929 <artifactId >rxjava-client</artifactId >
3030
31+ <properties >
32+ <main .class>com.example.grpc.client.RxMetricsClient</main .class>
33+ </properties >
34+
3135 <dependencies >
3236 <dependency >
3337 <groupId >${groupId} </groupId >
3438 <artifactId >rxjava-server</artifactId >
3539 <version >${version} </version >
3640 </dependency >
3741 </dependencies >
42+
43+ <build >
44+ <plugins >
45+ <plugin >
46+ <artifactId >maven-jar-plugin</artifactId >
47+ </plugin >
48+ <plugin >
49+ <artifactId >maven-dependency-plugin</artifactId >
50+ </plugin >
51+ </plugins >
52+ </build >
3853</project >
Original file line number Diff line number Diff line change 3030
3131 <properties >
3232 <rxgrpc .version>0.6.1</rxgrpc .version>
33+ <main .class>com.example.grpc.server.RxMetricsServer</main .class>
3334 </properties >
3435
3536 <dependencies >
4849 </extension >
4950 </extensions >
5051 <plugins >
52+ <plugin >
53+ <artifactId >maven-jar-plugin</artifactId >
54+ </plugin >
55+ <plugin >
56+ <artifactId >maven-dependency-plugin</artifactId >
57+ </plugin >
5158 <plugin >
5259 <groupId >org.xolstice.maven.plugins</groupId >
5360 <artifactId >protobuf-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 2828
2929 <artifactId >simple-grpc-client</artifactId >
3030
31+ <properties >
32+ <main .class>com.example.grpc.client.MyGrpcClient</main .class>
33+ </properties >
34+
3135 <dependencies >
3236 <dependency >
3337 <groupId >${project.groupId} </groupId >
3438 <artifactId >simple-grpc-server</artifactId >
3539 <version >${project.version} </version >
3640 </dependency >
3741 </dependencies >
42+
43+ <build >
44+ <plugins >
45+ <plugin >
46+ <artifactId >maven-jar-plugin</artifactId >
47+ </plugin >
48+ <plugin >
49+ <artifactId >maven-dependency-plugin</artifactId >
50+ </plugin >
51+ </plugins >
52+ </build >
3853</project >
Original file line number Diff line number Diff line change 2727 <modelVersion >4.0.0</modelVersion >
2828 <artifactId >simple-grpc-server</artifactId >
2929
30+ <properties >
31+ <main .class>com.example.grpc.server.MyGrpcServer</main .class>
32+ </properties >
33+
3034 <build >
3135 <extensions >
3236 <extension >
3539 </extension >
3640 </extensions >
3741 <plugins >
42+ <plugin >
43+ <artifactId >maven-jar-plugin</artifactId >
44+ </plugin >
45+ <plugin >
46+ <artifactId >maven-dependency-plugin</artifactId >
47+ </plugin >
3848 <plugin >
3949 <groupId >org.xolstice.maven.plugins</groupId >
4050 <artifactId >protobuf-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments