Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.3.1版本打包会把maven-一堆jar包打进工程里去。 #136

Closed
gang0713 opened this issue Oct 17, 2020 · 1 comment
Closed

3.3.1版本打包会把maven-一堆jar包打进工程里去。 #136

gang0713 opened this issue Oct 17, 2020 · 1 comment

Comments

@gang0713
Copy link

打完包发现工程里lib下多了10几个maven-开头的jar,这些应该是需要的。

@alexxiyang
Copy link
Owner

<dependency>
			<groupId>org.apache.maven.plugins</groupId>
			<artifactId>maven-checkstyle-plugin</artifactId>
			<version>3.1.0</version>
			<scope>runtime</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.maven.plugins</groupId>
			<artifactId>maven-source-plugin</artifactId>
			<version>3.2.1</version>
			<scope>runtime</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.maven.plugins</groupId>
			<artifactId>maven-javadoc-plugin</artifactId>
			<version>3.2.0</version>
			<scope>runtime</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.maven.plugins</groupId>
			<artifactId>maven-surefire-plugin</artifactId>
			<version>2.22.0</version>
			<scope>runtime</scope>
		</dependency>

这些包在3.3.1中被错误的加入了dependency。将在3.3.2中修正

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants