|  |  |  | 
|---|
|  |  |  | <relativePath>../pom.xml</relativePath> | 
|---|
|  |  |  | </parent> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <groupId>com.dy</groupId> | 
|---|
|  |  |  | <packaging>jar</packaging> | 
|---|
|  |  |  | <artifactId>pipIrr-mw-simulate-rtu</artifactId> | 
|---|
|  |  |  | <version>1.0.0</version> | 
|---|
|  |  |  | <name>pipIrr-mw-simulate-rtu</name> | 
|---|
|  |  |  | <description>RTU模拟器,模拟RTU软件远程升级等</description> | 
|---|
|  |  |  | <url/> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <dependencies> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | 
|---|
|  |  |  | <stripVersion>false</stripVersion> | 
|---|
|  |  |  | <finalName>${project.artifactId}-${project.version}</finalName> | 
|---|
|  |  |  | <layout>ZIP</layout> | 
|---|
|  |  |  | <mainClass>com.dy.rtuMw.PipIrrMwAcceptApplication</mainClass> | 
|---|
|  |  |  | <mainClass>com.dy.simRtu.PipIrrMwSimulateRtuApplication</mainClass> | 
|---|
|  |  |  | <includes> | 
|---|
|  |  |  | <include> | 
|---|
|  |  |  | <groupId>com.dy</groupId> | 
|---|
|  |  |  | 
|---|
|  |  |  | </plugins> | 
|---|
|  |  |  | </build> | 
|---|
|  |  |  | </project> | 
|---|
|  |  |  |  | 
|---|