This solution was transferred from: http://blog.csdn.net/tangximing123/article/details/21179467Executing the Maven install times error:Failed to execute Goalorg.apache.maven.plugins:maven-gpg-plugin:1.4:sign (sign-artifacts) on project Openstack-java-sdk:cannot obtain passphrase in Batchmode, [Help 1]As follows:[INFO] BUILD FAILURE[INFO]-----------------------------------------------------------------------
1. Download Tomcat plugin
Download Address: The Http://www.eclipsetotale.com/tomcatPlugin.html,tomcat plugin version is best to correspond to the Eclipse version, or there will be an issue that cannot be installed.
2, install the plug-in
Unzip the downloaded package into the plugins directory of the Eclipse directory
Restart Eclipse, the Tomcat icon appears in the toolbar above the Eclipse interface
The
MAVEN's Tomcat plug-in Deployment Web project, I simply think that there are two kinds, one is to deploy to the built-in Tomcat, and the other is to deploy to the installation of Tomcat.The first deployment, the default is the 8080 port deployed in the built-in Tomcat, if you do not need to change the port and other settings, you can not configure the Tomcat plugin in the POMIf you need to change the port,
Maven project-fixed Plugin execution not covered by lifecycle configuration: org. codehaus. mojo: build-helper-maven-plugin: 1.8: add-resource (execution: add-resource, phase: generate-resources) pom. xml error,
1: pom. xml Code
2: the error message is as follows:
Plugin execution not covered by lifecycle configura
Development is used by Eclipse, which has engineering files. Project this file, run Release:prepare when the report exception:Cannot prepare the release because you have local modificationsYou are prompted to have the file not submitted, the normal file can be submitted, but this file we have to let the plugin itself filter out.The configuration is as follows: Or:plugin> Use Eclipse to e
This problem tangled up one day, in another computer is normal, but downloaded from the server to another computer when there is a problemSee Javac everyone would think of a compile problem, and the local configuration as shown:Look at the configuration is consistent, where is the problem? Online consultation There is a great God who says it is possible that Maven did not configure the specified JDK cause for the following reasons: MAVEN is a project
MAVEN's Tomcat plug-in Deployment Web project, I simply think that there are two kinds, one is to deploy to the built-in Tomcat, and the other is to deploy to the installation of Tomcat.The first deployment, the default is the 8080 port deployed in the built-in Tomcat, if you do not need to change the port and other settings, you can not configure the Tomcat plugin in the POMIf you need to change the port,
Tomcat.Previous projects, also useless such a problem.Never be too foolish.Look at the configuration of the jetty:plugin> groupId>Org.mortbay.jettygroupId> Artifactid>Maven-jetty-pluginArtifactid> version>6.1.5version> Configuration> Hot Deploy - Scanintervalseconds>1Scanintervalseconds> webappsourcedirectory>Src/main/webappwebappsourcedirectory> Scanintervalse
We learned how to build a Maven project, and this article will teach you how to start Web Engineering with the Tomcat plugin.We put the service layer and the performance layer of the project are created, at present, actually can run 2, one is the performance layer engineering--taotao-manager-web, a service layer engineering--taotao-manager. This article first look at the performance layer
One for building and pushingDockerof the MirrorMavenPlug - ins.Use the Maven plugin to build the Docker image, Docker mirror push it to the DockerHub top, or the private warehouse, the previous article is handwritten Dockerfile , this article with the open source plug-in docker-maven-plugin operationThe following actions. By default you have read my previous article:Docker Deployment Springboot
1 Introduction to the project plugin for VIMThe purpose of the project plugin is to help users manage the source code in the form of projects.2 Download the project pluginA) Official website: http://www.vim.org/scripts/script.php?script_id=69.b) This installation csdn downlo
Today I want to tidy up the front-end code and directory structure of the related project, so we use the SVN client (TortoiseSVN 1.7.2) to create a new branches from the trunk and checkout to the local. Open Eclipse, click File- Import, General, Existing Projects Workspace, Next, select Select Root directory, click Browse, confirm the project local address, click Finish.This completes the
Create a MAVEN project on another computer, copy to the import on this machine, there is a Pom.xml file error, prompts the following error
Multiple annotations found at:-Execution default-testresources of goal Org.apache.maven.plugins:maven-resourc Es-plugin:2.4.3:testresources Failed:plugin org.apache.maven.plugins:maven-resources-plugin:2.4.3 or one of I TS de
GitHubPosted to GitHub. Select the item you want to publish, right-click, Team---Remote, Push, paste Uri, fill in user and password, click Next, click the drop-down box for source ref, select Mast, click Add Spec, Click Finish and click OK to finish.Post the GitHub project page, you can easily see the number of submissions, each time the submission of notes information, etc., very convenient for the management of the code.5.Eclipse Importing GitHub p
After reading Mark Phippard's blog and Subversion and versioning, I learned that the branch/tag is one of the great features of SVN. But I spent a little time creating my own directory structure using the recommended trunk, branches, and tags folders. This article steps through the creation of a Subclipse project and then establishes a branch. This article assumes that you have installed the Subclipse and created an SVN repository. If you haven't, ref
to access the appPort is the port number of TomcatUriencoding URL by UTF-8 encoding, this solves the Chinese parameter garbled.The Server specifies the tomcat name.The configuration is so simple, basically fixed, below to see how to use.Note: After booting, Tomcat will first load the jar under its own lib, and if there are repeated errors in the project, change the scope of the corresponding dependency under Pom.xml to providedPlugin RunIf eclipse in
similar to a typical Android project, with only a small difference.Although building library projects differs from building applications, they use different plugin. But internally these plugin share most of the same code. And they are all provided by the same com.android.tools.build.gradle.jar. Buildscript { repositories { mavencentral ()
The preface is about how to associate a new project to the VISUALSVN warehouse.Installing the VisualSVN1. VISUALSVN is equivalent to installing an SVN server.2. Create a new user each commit code of the person, have their own user name and password.3. Create a new warehouse (repository) To submit code to this warehouse address.Install SVN plugin 1. Installing the SVN pl
I use the community version of Idea, the community version of the No Tomcat plugin, only use the Maven plugin for Tomcat use, the following to get to the pointI. Pom.xml Configuring the Tomcat PluginBuild> Finalname>JavademoFinalname> Plugins> plugin> groupId>Org.apache.tomcat.mavengroupId> Artifactid>Tomcat7-maven-pluginArtifactid>
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.