File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1515 <maven .compiler.source>21</maven .compiler.source>
1616 <maven .compiler.target>21</maven .compiler.target>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18+ <problem >p140</problem >
1819 </properties >
1920
2021 <dependencies >
113114 <version >3.0.0-M7</version >
114115 </plugin >
115116
117+ <plugin >
118+ <groupId >org.codehaus.mojo</groupId >
119+ <artifactId >exec-maven-plugin</artifactId >
120+ <version >3.5.0</version >
121+ <configuration >
122+ <executable >java</executable >
123+ <arguments >
124+ <argument >-cp</argument >
125+ <argument >${project.build.directory} /classes</argument >
126+ <argument >com.lzw.solutions.uva.${problem} .Main</argument >
127+ <argument >< </argument >
128+ <argument >src/main/resources/uva/${problem} /1.in</argument >
129+ </arguments >
130+ </configuration >
131+ </plugin >
132+
116133 </plugins >
117134 </build >
118135</project >
You can’t perform that action at this time.
0 commit comments