Software Engineering
hitman.banker
Thinking in Architecture and Art
展开
-
The POM for * is invalid
打包一个老应用,结果maven compile的时候报错:The POM for * is invalid然后到本地的maven repository看了下那个包下的pom文件,真的是个坏文件,pom本来是xml格式的,但那个文件下的内容却是html。原来是公司的nexus私服上这个文件有问题,把私服上的这个文件fix掉应该就可以解决了。要快的话就是先从maven central上下...原创 2020-01-06 16:42:13 · 6543 阅读 · 1 评论 -
Project Process for Small Organization
How to model a project process for small organization? My former employer, which is a giant company, applies CMMI model. Is CMMI also a great fit for small organizations?In another side, is BPMN 2原创 2013-02-15 10:33:27 · 516 阅读 · 0 评论 -
Comment Examples
1. Integration Test Cornering A Bug/** * Integration tests cornering bug SPR-8651, which revealed that @Scheduled methods may * not work well with beans that have already been proxied for other re原创 2014-01-26 10:31:04 · 773 阅读 · 0 评论 -
Precision Lesson
Precision issue sometimes is very painful. How to overcome them?My lesson is:1. Identify reliable data;2. Based on reliable data, write accurate mathematical formula/equation for derivative data原创 2014-03-14 09:34:09 · 609 阅读 · 0 评论 -
Could not transfer artifact with status code 500
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project op-rpc: Failed to deploy artifacts: Could not transfer artifact com.xx:op-rpc:jar:1....原创 2019-08-19 17:15:47 · 2025 阅读 · 0 评论