code.kozelka.net code.kozelka.net

code.kozelka.net

code.kozelka.net - Welcome

Fork me on GitHub. Simple booter of runnable jars in all-in-one style. Tools to package dependencies of java applications into runnable jar. Support for packaging various app. types - standard, ant, war, …. Integration of npm tooling into maven build. Counter NPM’s tendency for instable builds with stable maven repository wrapping. Protects WAR against harmful or legally problematic content. Keep archive content under explicit control. Detect class conflicts among contained jars.

http://code.kozelka.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR CODE.KOZELKA.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 12 reviews
5 star
7
4 star
2
3 star
1
2 star
0
1 star
2

Hey there! Start your review of code.kozelka.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

2.1 seconds

FAVICON PREVIEW

  • code.kozelka.net

    16x16

  • code.kozelka.net

    32x32

CONTACTS AT CODE.KOZELKA.NET

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
code.kozelka.net - Welcome | code.kozelka.net Reviews
<META>
DESCRIPTION
Fork me on GitHub. Simple booter of runnable jars in all-in-one style. Tools to package dependencies of java applications into runnable jar. Support for packaging various app. types - standard, ant, war, …. Integration of npm tooling into maven build. Counter NPM’s tendency for instable builds with stable maven repository wrapping. Protects WAR against harmful or legally problematic content. Keep archive content under explicit control. Detect class conflicts among contained jars.
<META>
KEYWORDS
1 code
2 projects
3 runjar
4 npmpack maven plugin
5 contentcheck maven plugin
6 args inject
7 buildozer
8 external links
9 apache
10 maven 2
CONTENT
Page content here
KEYWORDS ON
PAGE
code,projects,runjar,npmpack maven plugin,contentcheck maven plugin,args inject,buildozer,external links,apache,maven 2,welcome,my coding projects,older stuff,releasator,all rights reserved
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

code.kozelka.net - Welcome | code.kozelka.net Reviews

https://code.kozelka.net

Fork me on GitHub. Simple booter of runnable jars in all-in-one style. Tools to package dependencies of java applications into runnable jar. Support for packaging various app. types - standard, ant, war, …. Integration of npm tooling into maven build. Counter NPM’s tendency for instable builds with stable maven repository wrapping. Protects WAR against harmful or legally problematic content. Keep archive content under explicit control. Detect class conflicts among contained jars.

INTERNAL PAGES

code.kozelka.net code.kozelka.net
1

runjar – Overview

http://code.kozelka.net/runjar/index.html

Helps create runnable java archives containing complete application. You can use simple ant tasks (. Etc) to build such a runnable jar, with runjar-boot. To handle the application booting stuff. Or you can use the runjar-maven-plugin. Which takes care of this for you. Have a look at our plugin integration tests demonstrating the usage:. Makes the ant script. Executable by adding ANT artifacts and the runjar stuff. Both these samples demonstrate the shutdown.

2

contentcheck-maven-plugin – Overview

http://code.kozelka.net/contentcheck-maven-plugin/index.html

Ignore your own artifacts. Content definition file structure. Fork me on GitHub. Is useful for checking content of project’s output artifacts, like WAR or EAR files. Sometimes you simply need to be confident that some files are present, others are not present, and some - typically those brought by your product - do not need checking. You can resolve it by enabling in plugin configuration, or by excluding the dependency - whatever is best for matching both developer needs and your company policy.

3

Buildozer - Overview

http://code.kozelka.net/buildozer/index.html

Is a tool that performs transitive. Build on Maven modules. In contrast to Maven's multi-module. Builds only changed modules, and modules depending on them; but no builds outside the dependency graph of desired modules. User indicates which module(s) he needs to get, and buildozer. Itself determines and invokes neccessary builds:. By examining dependency graph. Skips builds that are up-to-date and need no rebuild. Skips modules depending on failed builds. Module coordinates to filesystem location. By cha...

4

npmpack-maven-plugin - Overview

http://code.kozelka.net/npmpack-maven-plugin/index.html

Using TAR to compress data. Goal 'deploy' to publish artifacts for sharing. Using faster external unzip. Fork me on GitHub. NPMPACK maven plugin simplifies integration of UI build, performed by NodeJs/NPM based tools like Grunt, into Maven build. It is designed to:. Connect the two worlds, Maven and NPM, without compromises and hard impact on workflow of any of them. Reduce or prevent NPM to download bits from whole internet during regular project build, to remove significant source of build instability.

5

code.kozelka.net - Welcome

http://code.kozelka.net/index.html

Fork me on GitHub. Simple booter of runnable jars in all-in-one style. Tools to package dependencies of java applications into runnable jar. Support for packaging various app. types - standard, ant, war, …. Integration of npm tooling into maven build. Counter NPM’s tendency for instable builds with stable maven repository wrapping. Protects WAR against harmful or legally problematic content. Keep archive content under explicit control. Detect class conflicts among contained jars.

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL PAGES IN THIS WEBSITE

6

LINKS TO THIS WEBSITE

petr.kozelka.net petr.kozelka.net

mc unzip problem on ubuntu karmic | Petr Kozelka

http://petr.kozelka.net/blog/2009/11/25/mc-unzip-problem-on-ubuntu-karmic

Mc unzip problem on ubuntu karmic. Ubuntu 9.10 (Karmic Koala) has a little issue with Midnight Commander - it does not browse into zipped files, and shows empty contents instead. After searching the web I found out that the problem can be solved by setting property "op has zipinfo" to "1" in file "/usr/share/mc/extfs/uzip". For the truly lazy people I prepared this little commandline fixing that (no need to open the editor):. Fork me on GitHub.

petr.kozelka.net petr.kozelka.net

extending family - princess 2008 :) | Petr Kozelka

http://petr.kozelka.net/blog/2008/08/08/extending-family-princess-2008

Extending family - princess 2008 :). Yesterday my family was extended by a new little girl, see here:. Many thanks to my wife Martina! Fork me on GitHub.

petr.kozelka.net petr.kozelka.net

Generating temporary files in junit tests | Petr Kozelka

http://petr.kozelka.net/blog/generating-temporary-files-in-junit-tests

Generating temporary files in junit tests. It is often useful to create some temporary files inside a unit test. Basically it is not a problem, because junit does not limit you in such thing; you might simply use a "current" directory to store such files, and it usually works. However, different frameworks invoking JUnit use different "current" directories, which makes it difficult to:. Locate the temporary files for debugging purposes. Remove them between test re-executions. Files using a relative path.

petr.kozelka.net petr.kozelka.net

GWT MVP: supporting legacy URL tokens | Petr Kozelka

http://petr.kozelka.net/blog/2011/01/21/gwt-ap-mvp-supporting-legacy-url-tokens

GWT MVP: supporting legacy URL tokens. Recently I started to migrate a GWT application to MVP, in order to learn it, and also to enjoy the promised advantages. For now I decided to use the MVP framework that comes with GWT 2.1. Migration itself was relatively easy, but the framework dictates how the token is structured - and it is quite simple:. The colon is hardcoded in the AbstractPlaceHistoryMapper class, but my previous implementation uses slash. And a slightly different approach to select the view).

petr.kozelka.net petr.kozelka.net

About me | Petr Kozelka

http://petr.kozelka.net/about

Stack Overflow Careers 2.0 Profile. Ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAvK7gMCO80Ildz7mmG2VWsLhbh6DmdA7NNuXk3B2HfhIDmI 4EoHYHgPZXfLgdGhLW8tZT217CYpkuwJ0V3Si xOg62RUt89lL4v9TCjkpAL0NLn70c13 mOJoHFGZP1yaOpgnTIkz9gq8EMTOXx72njd7AW4jyDEzcMVlHAB39Zwow94bjfhBIZSFl4LNGW228/KbN2Ae5R5W VXfdsaKFlThT/obWs3bnXKdBrgg7M6ove8crOuTK/4aVYANFGHy5xBiHx64pw1YYEL585ZxNmY49BQ/PEhl1AP/GUIQtHsuQSf4WDvJ2EK6f5yBHfOaLPmKn 3aQ6VXHilvw7/LmHaQ=. Comment: petr.kozelka@hp.com. Ssh-dss AAAAB3NzaC1kc3MAAACBAMFrQ bIkR2P7R 0PKL/TTgPNjBzT16...

petr.kozelka.net petr.kozelka.net

bash script aware of its location for various types of invocation | Petr Kozelka

http://petr.kozelka.net/blog/2008/11/29/bash-script-aware-of-its-location-for-various-types-of-invocation

Bash script aware of its location for various types of invocation. When writing a bash script launching a tool used directly on commandline, it is often convenient for the user to have various ways of invocation. It is not a problem with trivial scripts, but those who need to access files with known location relative to the script, there are little troubles. Following snippet shows how to handle such cases:. Fork me on GitHub.

petr.kozelka.net petr.kozelka.net

Why it is good to declare your dependencies | Petr Kozelka

http://petr.kozelka.net/blog/2007/07/29/why-it-is-good-to-declare-your-dependencies

Why it is good to declare your dependencies. When you build an application, with complexity exceeding "Hello, World" example, you usually need to use classes and other resources from another library. Then you have several options how to do it:. Worst one) copy the sources of this library to your project. This is extremely bad idea; id disconnects you from the development of original code. Fortunately, AFAIK, this is not widely used practice. You can be very sure that you use a version published by its ve...

petr.kozelka.net petr.kozelka.net

How to build a ZIP output artifact in Maven | Petr Kozelka

http://petr.kozelka.net/blog/2009/10/22/how-to-build-a-zip-output-artifact-in-maven

How to build a ZIP output artifact in Maven. It's quite a common situation that you have a bunch of files, most or all of them committed in svn, and need to make a release of this so that it can be reused with the Maven's dependency mechanism. There are several ways how to accomplish that:. To build and build-helper-maven-plugin. Create custom plugin that handles both packaging and attaching. Each of them has its advantages in some situations, but my favorite is the second option for most cases. Project ...

petr.kozelka.net petr.kozelka.net

When is it best to do cleanup in tests ? | Petr Kozelka

http://petr.kozelka.net/blog/2009/07/04/when-is-it-best-to-do-cleanup-in-tests

When is it best to do cleanup in tests? With "true" unit tests, having no requirements on shared external resources, this is not an issue. But in reality, we often need (integration) tests that do need such resources - database, jms, other servers or just files located somewhere. In my opinion, the cleanup in all unit tests should happen before. The test itself. It has a simple reason - whatever wrong happens, next time the test can be executed without need for any annoying manual intervention. Do no cle...

UPGRADE TO PREMIUM TO VIEW 6 MORE

TOTAL LINKS TO THIS WEBSITE

15

OTHER SITES

code.kliu.org code.kliu.org

code.kliu.org

8 Apr 2011 – TabSubmit and minor Firefox-related updates. X2014;a restartless rewrite of the old SubmitToTab Firefox extension—allows users to submit forms to new tabs and windows by extending middle-click functionality to form buttons. The final lingering issues caused by changes to the drag-and-drop event model in Firefox 4 have finally been resolved in QuickDrag. Version 2.1.3. Which was released last week and received AMO. Approval today. Additionally, NoRedirect. Version 1.3.2. Version 2.1.2. Has be...

code.knowsky.com code.knowsky.com

网站源码_源码下载_源码之家_网站源码大宝库

21 ownCloud PHP网盘源码 v8.2. 21 crossphp 开发框架 v1.5.0. 10 asp婚庆公司网站源码 v1.0. 30 味多美网址导航源码程序 v2015.0930. 30 MoAspEnginer(用于ASP的MVC框架) v3.1.1.324. 30 ZYCH自由策划企业网站管理系统 v04 Build150. 28 乘风多用户计数器 Acc v4.3. 28 宁志公安局网站管理系统 签收版 v5.9.28. 22 智睿多语企业网站管理系统 v8.3.0. 21 芝麻乐开源众筹cms系统 v1.0 beta. 21 织梦手机助手(PC WAP完美同步) v1.9. 21 MetInfo企业网站管理系统 v5.3.2. 30 DouPHP轻量级企业网站管理系统 v1.3 Beta3 2. 30 新秀文章管理系统 v1.0 beta9. 30 ROCKOA协同办公OA v2.1.6. 30 安优企业建站系统 v4.2. 28 乘风多用户PHP统计系统 v5.1. 28 蝉知企业门户系统 v4.5. 19 亿景企业网站管理系统 v3.0. 30 短信验证码 v1.1.

code.kofrimpong.com code.kofrimpong.com

K. O. Frimpong - Code

The i18nActiveRecord is a type of Yii CActiveRecord that provides internationalization features. It extends the CActiveRecord class by providing an integrated translation capability. The i18nActiveRecord helps to separate text data from other data by keeping several separate translations for the text data.

code.kolmio.com code.kolmio.com

code.kolmio.com

This is place where I can share tools and code with other developers. Definitely unfinished, and probably going to remain unfinished for as long as I am around. If you are not a software developer, this is probably all of rather limited interest for you. Why don't you go to my personal web site. Read the latest news about all things found here (and some others). Not much there yet… [more]. Do, but is much, much more flexible. Oh well, and much better looking, too… [more].

code.konus.cl code.konus.cl

Index of /

06-Sep-2013 08:31 - favicon.gif. 11-Jun-2009 13:42 0 favicon.ico.

code.kozelka.net code.kozelka.net

code.kozelka.net - Welcome

Fork me on GitHub. Simple booter of runnable jars in all-in-one style. Tools to package dependencies of java applications into runnable jar. Support for packaging various app. types - standard, ant, war, …. Integration of npm tooling into maven build. Counter NPM’s tendency for instable builds with stable maven repository wrapping. Protects WAR against harmful or legally problematic content. Keep archive content under explicit control. Detect class conflicts among contained jars.

code.kpma.or.kr code.kpma.or.kr

::의약품공정경쟁 시스템::

2014-10-29] 10월 31일(금) 온라인 신고사이트 운영 일시 중단 안내(시간변경). 2014-09-24] 서버이전에 따른 온라인 신고시스템 운영 일시중단 안내. 2014-07-15] 2014년도 8월 규약심의위원회 휴회 및 9월 심의접수 안내. 2014-02-04] 2014년도 규약심의 일정안내. 2014-01-23] 2014년 1월 심의 연기 안내. 2013-07-18] 2013년도 8월 규약심의위원회 휴회 안내. 2012-07-23] 2012년도 8월 규약심의위원회 휴회 안내. 2011-09-23] 온라인 규약 심의 신청 및 신고 시행 안내.

code.kraftarts.de code.kraftarts.de

cK CMS v2.2.07.1025 - Logged in as [guest]

Celebrating 15 years of C# @ cK CMS. Mittwoch, 14. Januar 2015. Back online and back again in Germany for this antique domain www.kraftarts.de OK, the design is amazing 2000 style, but this is how this world wide web works and growths over time. 15 years for modern web coding using ASP.NET and C# programming. Datenspeicher aus einem einzigen Atom. Freitag, 11. März 2011. Wissenschaftler des Max-Planck-Instituts für Quantenoptik. 10 years of www.kraftarts.de. Sonntag, 6. März 2011. Visual Studio 2010 IDE ...

code.krichie.com code.krichie.com

<code /> – Random musings about SharePoint and Development

Random musings about SharePoint and Development. October 21, 2016. October 21, 2016. I struggled hard with the title of my first post, but first let me give you a bit of history on why I struggled. Many, many, many moons ago I started blogging via my MSDN blog at https:/ blogs.msdn.microsoft.com/krichie/. However when I left Microsoft (the first time. I’m back btw) I decided that I truly wanted my blogging efforts to be branded with my name, and blog.krichie.com was born. I want it to serve content on de...

code.kriom.net code.kriom.net

Kriom - APIs

This page introduce some very simple but useful APIs. Get your Web Browser User-Agent. GET http:/ ip.kriom.net. In the world. It just returns your. GET http:/ useragent.kriom.net. That just returns your Web Browser. Mozilla/5.0 (compatible; Googlebot/2.1; http:/ www.google.com/bot.html). GET http:/ superglobals.kriom.net. GET": , "POST": , "COOKIE": , "REQUEST": , "FILES": , "SERVER": }. GET http:/ timestamp.kriom.net. That returns current Timestamp. Hoping the server is at time).

code.kryo.se code.kryo.se

kryo.se: code

IP over DNS tunnel). Stores your data in ICMP ping packets). GH-601 GPS data transfer utility). Fetches torrent files from RSS feeds). Reverse-engineered Linux driver for Intel "Robson" Turbo Memory Controller (8086:444E). Back to kryo.se. Code at kryo dot se.